Html Css Color HEX #396D04 Verdun Green

📋 copy color: '#396D04'

red 57 ◦ green 109 ◦ blue 4

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

Shades of Verdun Green #396D04

Tints of Verdun Green #396D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 64.12%

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 33.53%
G = 64.12%
B = 2.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#396D04 (or 0x396D04) is known color: Verdun Green. HEX triplet: 39, 6D and 04. RGB value is (57,109,4). Sum of RGB (Red+Green+Blue) = 57+109+4=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 109 (42.97% from 255 or 64.12% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 109 - color contains mainly: green. Hex color #396D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396D04 is #C692FB. Grayscale: #515151. Windows color (decimal): -13013756 or 290105. OLE color: 290105.

HSL color Cylindrical-coordinate representation of color #396D04: hue angle of 89.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #396D04 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 4 -
CMYK 0.48 0 0.96 0.57
HSL 89.71º 0.93% 0.22% -
HSV(B) 89.71º 0.96% 0.43% -
XYZ 7.18 11.82 2.02 -
YUV 81.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 57 109 4 0.48 0 0.96 0.57 89.71 0.93 0.22
Hex 39 6D 4 30 0 60 39 5A 5D 16
Octal 71 155 4 60 0 140 71 132 135 26
Binary 111001 1101101 100 110000 0 1100000 111001 1011010 1011101 10110

Color Harmonies of #396D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D04

Black with #396D04

Text Example


Text Example

White with #396D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,109,4); }

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

background-color css

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

 a { background-color: rgb(57,109,4); }

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

border-color css

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

 span { border-color: rgb(57,109,4); }

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