#535604

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

Shades of Verdun Green #535604

Tints of Verdun Green #535604

Color information

#535604 (or 0x535604) is unknown color: approx Verdun Green. HEX triplet: 53, 56 and 04. RGB value is (83,86,4). Sum of RGB (Red+Green+Blue) = 83+86+4=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #535604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535604 is #ACA9FB. Grayscale: #4C4C4C. Windows color (decimal): -11315708 or 284243. OLE color: 284243.

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

Color convert

RGB83864-
CMYK0.0300.950.66
HSL62.2º91.11%17.65%-
HSV(B)62.2º95.35%33.73%-
XYZ6.928.51.39-
YUV75.7687.51133.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 86 (33.98% from 255) = 49.71%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=47.98%
G=49.71%
B=2.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal838640.0300.950.6662.291.1117.65
Hex53564305F423e5b12
Octal1231264301371027613322
Binary1010011101011010011010111111000010111110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535604; }

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

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

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

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

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

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

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

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