Html Css Color HEX #396904 Verdun Green

📋 copy color: '#396904'

red 57 ◦ green 105 ◦ blue 4

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

Shades of Verdun Green #396904

Tints of Verdun Green #396904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 63.25%

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

R = 34.34%
G = 63.25%
B = 2.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#396904 (or 0x396904) is known color: Verdun Green. HEX triplet: 39, 69 and 04. RGB value is (57,105,4). Sum of RGB (Red+Green+Blue) = 57+105+4=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 105 (41.41% from 255 or 63.25% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 105 - color contains mainly: green. Hex color #396904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396904 is #C696FB. Grayscale: #4F4F4F. Windows color (decimal): -13014780 or 289081. OLE color: 289081.

HSL color Cylindrical-coordinate representation of color #396904: hue angle of 88.51º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #396904 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 4 -
CMYK 0.46 0 0.96 0.59
HSL 88.51º 0.93% 0.21% -
HSV(B) 88.51º 0.96% 0.41% -
XYZ 6.76 10.98 1.88 -
YUV 79.13 85.6 112.21 -
System Red Green Blue C M Y K H S L
Decimal 57 105 4 0.46 0 0.96 0.59 88.51 0.93 0.21
Hex 39 69 4 2E 0 60 3B 59 5D 15
Octal 71 151 4 56 0 140 73 131 135 25
Binary 111001 1101001 100 101110 0 1100000 111011 1011001 1011101 10101

Color Harmonies of #396904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396904

Black with #396904

Text Example


Text Example

White with #396904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396904; }

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

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

background-color css

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

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

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

border-color css

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

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

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