Html Css Color HEX #39610C Verdun Green

📋 copy color: '#39610C'

red 57 ◦ green 97 ◦ blue 12

#39610C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #39610C

Tints of Verdun Green #39610C

RGB

 RED value IS 57 (22.66% from 255) = 34.34%

 GREEN value IS 97 (38.28% from 255) = 58.43%

 BLUE value IS 12 (5.08% from 255) = 7.23%

R = 34.34%
G = 58.43%
B = 7.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#39610C (or 0x39610C) is known color: Verdun Green. HEX triplet: 39, 61 and 0C. RGB value is (57,97,12). Sum of RGB (Red+Green+Blue) = 57+97+12=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #39610C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39610C is #C69EF3. Grayscale: #4B4B4B. Windows color (decimal): -13016820 or 811321. OLE color: 811321.

HSL color Cylindrical-coordinate representation of color #39610C: hue angle of 88.24º 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 #39610C is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 97 12 -
CMYK 0.41 0 0.88 0.62
HSL 88.24º 0.78% 0.21% -
HSV(B) 88.24º 0.88% 0.38% -
XYZ 6.03 9.45 1.85 -
YUV 75.35 92.25 114.91 -
System Red Green Blue C M Y K H S L
Decimal 57 97 12 0.41 0 0.88 0.62 88.24 0.78 0.21
Hex 39 61 C 29 0 58 3E 58 4E 15
Octal 71 141 14 51 0 130 76 130 116 25
Binary 111001 1100001 1100 101001 0 1011000 111110 1011000 1001110 10101

Color Harmonies of #39610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39610C

Black with #39610C

Text Example


Text Example

White with #39610C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39610C;
 }
 .AnyTagClassName
 {
   color: #39610C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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