#535607

Color #535607 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #535607

Tints of Verdun Green #535607

Color information

#535607 (or 0x535607) is unknown color: approx Verdun Green. HEX triplet: 53, 56 and 07. RGB value is (83,86,7). Sum of RGB (Red+Green+Blue) = 83+86+7=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #535607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535607 is #ACA9F8. Grayscale: #4C4C4C. Windows color (decimal): -11315705 or 480851. OLE color: 480851.

HSL color Cylindrical-coordinate representation of color #535607: hue angle of 62.28º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #535607 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB83867-
CMYK0.0300.920.66
HSL62.28º84.95%18.24%-
HSV(B)62.28º91.86%33.73%-
XYZ6.938.511.48-
YUV76.189.01132.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 86 (33.98% from 255) = 48.86%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=47.16%
G=48.86%
B=3.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal838670.0300.920.6662.2884.9518.24
Hex53567305C423e5512
Octal1231267301341027612522
Binary1010011101011011111010111001000010111110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535607; }

 p { color: rgb(83,86,7); }

 H1.HeaderClassName
 {
   color: #535607;
 }
 .AnyTagClassName
 {
   color: #535607;
 }
</style>
background-color css

<style>
 a { background-color: #535607; }

 a { background-color: rgb(83,86,7); }

 div.DivClassName
 {
   background-color: #535607;
 }
 .BgClassName
 {
   background-color: #535607;
 }
</style>
border-color css

<style>
 span { border-color: #535607; }

 span { border-color: rgb(83,86,7); }

 td.TdClassName
 {
   border-color: #535607;
 }
 .TagClassName
 {
   border-color: #535607;
 }
</style>