Html Css Color HEX #396C04 Verdun Green

📋 copy color: '#396C04'

red 57 ◦ green 108 ◦ blue 4

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

Shades of Verdun Green #396C04

Tints of Verdun Green #396C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 63.91%

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

R = 33.73%
G = 63.91%
B = 2.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#396C04 (or 0x396C04) is known color: Verdun Green. HEX triplet: 39, 6C and 04. RGB value is (57,108,4). Sum of RGB (Red+Green+Blue) = 57+108+4=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 108 (42.58% from 255 or 63.91% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 108 - color contains mainly: green. Hex color #396C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396C04 is #C693FB. Grayscale: #515151. Windows color (decimal): -13014012 or 289849. OLE color: 289849.

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

Color convert

RGB 57 108 4 -
CMYK 0.47 0 0.96 0.58
HSL 89.42º 0.93% 0.22% -
HSV(B) 89.42º 0.96% 0.42% -
XYZ 7.07 11.6 1.98 -
YUV 80.9 84.6 110.96 -
System Red Green Blue C M Y K H S L
Decimal 57 108 4 0.47 0 0.96 0.58 89.42 0.93 0.22
Hex 39 6C 4 2F 0 60 3A 59 5D 16
Octal 71 154 4 57 0 140 72 131 135 26
Binary 111001 1101100 100 101111 0 1100000 111010 1011001 1011101 10110

Color Harmonies of #396C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C04

Black with #396C04

Text Example


Text Example

White with #396C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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