Html Css Color HEX #396306 Verdun Green

📋 copy color: '#396306'

red 57 ◦ green 99 ◦ blue 6

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

Shades of Verdun Green #396306

Tints of Verdun Green #396306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.11%

 BLUE value IS 6 (2.73% from 255) = 3.7%

R = 35.19%
G = 61.11%
B = 3.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#396306 (or 0x396306) is known color: Verdun Green. HEX triplet: 39, 63 and 06. RGB value is (57,99,6). Sum of RGB (Red+Green+Blue) = 57+99+6=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #396306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396306 is #C69CF9. Grayscale: #4C4C4C. Windows color (decimal): -13016314 or 418617. OLE color: 418617.

HSL color Cylindrical-coordinate representation of color #396306: hue angle of 87.1º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #396306 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 6 -
CMYK 0.42 0 0.94 0.61
HSL 87.1º 0.89% 0.21% -
HSV(B) 87.1º 0.94% 0.39% -
XYZ 6.18 9.81 1.74 -
YUV 75.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 57 99 6 0.42 0 0.94 0.61 87.1 0.89 0.21
Hex 39 63 6 2A 0 5E 3D 57 59 15
Octal 71 143 6 52 0 136 75 127 131 25
Binary 111001 1100011 110 101010 0 1011110 111101 1010111 1011001 10101

Color Harmonies of #396306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396306

Black with #396306

Text Example


Text Example

White with #396306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396306; }

 p { color: rgb(57,99,6); }

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

background-color css

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

 a { background-color: rgb(57,99,6); }

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

border-color css

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

 span { border-color: rgb(57,99,6); }

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