#35610D

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

Shades of Verdun Green #35610D

Tints of Verdun Green #35610D

Color information

#35610D (or 0x35610D) is unknown color: approx Verdun Green. HEX triplet: 35, 61 and 0D. RGB value is (53,97,13). Sum of RGB (Red+Green+Blue) = 53+97+13=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #35610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35610D is #CA9EF2. Grayscale: #4A4A4A. Windows color (decimal): -13278963 or 876853. OLE color: 876853.

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

Color convert

RGB539713-
CMYK0.4500.870.62
HSL91.43º76.36%21.57%-
HSV(B)91.43º86.6%38.04%-
XYZ5.829.341.88-
YUV74.2793.42112.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 97 (38.28% from 255) = 59.51%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=32.52%
G=59.51%
B=7.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397130.4500.870.6291.4376.3621.57
Hex3561D2D0573E5b4c16
Octal65141155501277613311426
Binary11010111000011101101101010101111111101011011100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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