#35620D

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

Shades of Verdun Green #35620D

Tints of Verdun Green #35620D

Color information

#35620D (or 0x35620D) is unknown color: approx Verdun Green. HEX triplet: 35, 62 and 0D. RGB value is (53,98,13). Sum of RGB (Red+Green+Blue) = 53+98+13=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #35620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35620D is #CA9DF2. Grayscale: #4B4B4B. Windows color (decimal): -13278707 or 877109. OLE color: 877109.

HSL color Cylindrical-coordinate representation of color #35620D: hue angle of 91.76º degrees, saturation: 0.77, 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 #35620D is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB539813-
CMYK0.4600.870.62
HSL91.76º76.58%21.76%-
HSV(B)91.76º86.73%38.43%-
XYZ5.919.521.91-
YUV74.8593.09112.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 13 (5.47% from 255) = 7.93%
R=32.32%
G=59.76%
B=7.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398130.4600.870.6291.7676.5821.76
Hex3562D2E0573E5c4d16
Octal65142155601277613411526
Binary11010111000101101101110010101111111101011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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