#35610C

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

Shades of Verdun Green #35610C

Tints of Verdun Green #35610C

Color information

#35610C (or 0x35610C) is unknown color: approx Verdun Green. HEX triplet: 35, 61 and 0C. RGB value is (53,97,12). Sum of RGB (Red+Green+Blue) = 53+97+12=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #35610C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35610C is #CA9EF3. Grayscale: #4A4A4A. Windows color (decimal): -13278964 or 811317. OLE color: 811317.

HSL color Cylindrical-coordinate representation of color #35610C: hue angle of 91.06º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35610C is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB539712-
CMYK0.4500.880.62
HSL91.06º77.98%21.37%-
HSV(B)91.06º87.63%38.04%-
XYZ5.819.331.84-
YUV74.1592.92112.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 97 (38.28% from 255) = 59.88%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=32.72%
G=59.88%
B=7.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397120.4500.880.6291.0677.9821.37
Hex3561C2D0583E5b4e15
Octal65141145501307613311625
Binary11010111000011100101101010110001111101011011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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