Html Css Color HEX #396B07 Verdun Green

📋 copy color: '#396B07'

red 57 ◦ green 107 ◦ blue 7

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

Shades of Verdun Green #396B07

Tints of Verdun Green #396B07

RGB

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

 GREEN value IS 107 (42.19% from 255) = 62.57%

 BLUE value IS 7 (3.13% from 255) = 4.09%

R = 33.33%
G = 62.57%
B = 4.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#396B07 (or 0x396B07) is known color: Verdun Green. HEX triplet: 39, 6B and 07. RGB value is (57,107,7). Sum of RGB (Red+Green+Blue) = 57+107+7=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #396B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396B07 is #C694F8. Grayscale: #505050. Windows color (decimal): -13014265 or 486201. OLE color: 486201.

HSL color Cylindrical-coordinate representation of color #396B07: hue angle of 90º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #396B07 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 7 -
CMYK 0.47 0 0.93 0.58
HSL 90º 0.88% 0.22% -
HSV(B) 90º 0.93% 0.42% -
XYZ 6.98 11.4 2.03 -
YUV 80.65 86.44 111.13 -
System Red Green Blue C M Y K H S L
Decimal 57 107 7 0.47 0 0.93 0.58 90 0.88 0.22
Hex 39 6B 7 2F 0 5D 3A 5A 58 16
Octal 71 153 7 57 0 135 72 132 130 26
Binary 111001 1101011 111 101111 0 1011101 111010 1011010 1011000 10110

Color Harmonies of #396B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B07

Black with #396B07

Text Example


Text Example

White with #396B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396B07; }

 p { color: rgb(57,107,7); }

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

background-color css

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

 a { background-color: rgb(57,107,7); }

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

border-color css

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

 span { border-color: rgb(57,107,7); }

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