Html Css Color HEX #39660B Verdun Green

📋 copy color: '#39660B'

red 57 ◦ green 102 ◦ blue 11

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

Shades of Verdun Green #39660B

Tints of Verdun Green #39660B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 60%

 BLUE value IS 11 (4.69% from 255) = 6.47%

R = 33.53%
G = 60%
B = 6.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#39660B (or 0x39660B) is known color: Verdun Green. HEX triplet: 39, 66 and 0B. RGB value is (57,102,11). Sum of RGB (Red+Green+Blue) = 57+102+11=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #39660B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39660B is #C699F4. Grayscale: #4E4E4E. Windows color (decimal): -13015541 or 747065. OLE color: 747065.

HSL color Cylindrical-coordinate representation of color #39660B: hue angle of 89.67º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39660B is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 102 11 -
CMYK 0.44 0 0.89 0.6
HSL 89.67º 0.81% 0.22% -
HSV(B) 89.67º 0.89% 0.4% -
XYZ 6.5 10.4 1.98 -
YUV 78.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 57 102 11 0.44 0 0.89 0.6 89.67 0.81 0.22
Hex 39 66 B 2C 0 59 3C 5A 51 16
Octal 71 146 13 54 0 131 74 132 121 26
Binary 111001 1100110 1011 101100 0 1011001 111100 1011010 1010001 10110

Color Harmonies of #39660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39660B

Black with #39660B

Text Example


Text Example

White with #39660B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,102,11); }

 H1.HeaderClassName
 {
   color: #39660B;
 }
 .AnyTagClassName
 {
   color: #39660B;
 }
</style>

background-color css

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

 a { background-color: rgb(57,102,11); }

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

border-color css

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

 span { border-color: rgb(57,102,11); }

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