#35540C

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

Shades of Verdun Green #35540C

Tints of Verdun Green #35540C

Color information

#35540C (or 0x35540C) is unknown color: approx Verdun Green. HEX triplet: 35, 54 and 0C. RGB value is (53,84,12). Sum of RGB (Red+Green+Blue) = 53+84+12=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #35540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35540C is #CAABF3. Grayscale: #424242. Windows color (decimal): -13282292 or 807989. OLE color: 807989.

HSL color Cylindrical-coordinate representation of color #35540C: hue angle of 85.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35540C is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB538412-
CMYK0.3700.860.67
HSL85.83º75%18.82%-
HSV(B)85.83º85.71%32.94%-
XYZ4.77.121.47-
YUV66.5297.23118.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 84 (33.20% from 255) = 56.38%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=35.57%
G=56.38%
B=8.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384120.3700.860.6785.837518.82
Hex3554C2505643564b13
Octal651241445012610312611323
Binary110101101010011001001010101011010000111010110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35540C; }

 p { color: rgb(53,84,12); }

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

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

 a { background-color: rgb(53,84,12); }

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

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

 span { border-color: rgb(53,84,12); }

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