#35610B

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

Shades of Verdun Green #35610B

Tints of Verdun Green #35610B

Color information

#35610B (or 0x35610B) is unknown color: approx Verdun Green. HEX triplet: 35, 61 and 0B. RGB value is (53,97,11). Sum of RGB (Red+Green+Blue) = 53+97+11=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #35610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35610B is #CA9EF4. Grayscale: #4A4A4A. Windows color (decimal): -13278965 or 745781. OLE color: 745781.

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

Color convert

RGB539711-
CMYK0.4500.890.62
HSL90.7º79.63%21.18%-
HSV(B)90.7º88.66%38.04%-
XYZ5.89.331.81-
YUV74.0492.42112.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 97 (38.28% from 255) = 60.25%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=32.92%
G=60.25%
B=6.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397110.4500.890.6290.779.6321.18
Hex3561B2D0593E5b5015
Octal65141135501317613312025
Binary11010111000011011101101010110011111101011011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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