Html Css Color HEX #396508 Verdun Green

📋 copy color: '#396508'

red 57 ◦ green 101 ◦ blue 8

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

Shades of Verdun Green #396508

Tints of Verdun Green #396508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 60.84%

 BLUE value IS 8 (3.52% from 255) = 4.82%

R = 34.34%
G = 60.84%
B = 4.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#396508 (or 0x396508) is known color: Verdun Green. HEX triplet: 39, 65 and 08. RGB value is (57,101,8). Sum of RGB (Red+Green+Blue) = 57+101+8=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 101 (39.84% from 255 or 60.84% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 101 - color contains mainly: green. Hex color #396508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396508 is #C69AF7. Grayscale: #4D4D4D. Windows color (decimal): -13015800 or 550201. OLE color: 550201.

HSL color Cylindrical-coordinate representation of color #396508: hue angle of 88.39º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #396508 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 101 8 -
CMYK 0.44 0 0.92 0.60
HSL 88.39º 0.85% 0.21% -
HSV(B) 88.39º 0.92% 0.4% -
XYZ 6.38 10.19 1.86 -
YUV 77.24 88.92 113.56 -
System Red Green Blue C M Y K H S L
Decimal 57 101 8 0.44 0 0.92 0.60 88.39 0.85 0.21
Hex 39 65 8 2C 0 5C 3C 58 55 15
Octal 71 145 10 54 0 134 74 130 125 25
Binary 111001 1100101 1000 101100 0 1011100 111100 1011000 1010101 10101

Color Harmonies of #396508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396508

Black with #396508

Text Example


Text Example

White with #396508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396508; }

 p { color: rgb(57,101,8); }

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

background-color css

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

 a { background-color: rgb(57,101,8); }

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

border-color css

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

 span { border-color: rgb(57,101,8); }

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