#39620D

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

Shades of Verdun Green #39620D

Tints of Verdun Green #39620D

Color information

#39620D (or 0x39620D) is unknown color: approx Verdun Green. HEX triplet: 39, 62 and 0D. RGB value is (57,98,13). Sum of RGB (Red+Green+Blue) = 57+98+13=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #39620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39620D is #C69DF2. Grayscale: #4C4C4C. Windows color (decimal): -13016563 or 877113. OLE color: 877113.

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

Color convert

RGB579813-
CMYK0.4200.870.62
HSL88.94º76.58%21.76%-
HSV(B)88.94º86.73%38.43%-
XYZ6.139.631.92-
YUV76.0592.42114.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 98 (38.67% from 255) = 58.33%
BLUE value IS 13 (5.47% from 255) = 7.74%
R=33.93%
G=58.33%
B=7.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798130.4200.870.6288.9476.5821.76
Hex3962D2A0573E594d16
Octal71142155201277613111526
Binary11100111000101101101010010101111111101011001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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