Html Css Color HEX #396405 Verdun Green

📋 copy color: '#396405'

red 57 ◦ green 100 ◦ blue 5

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

Shades of Verdun Green #396405

Tints of Verdun Green #396405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 61.73%

 BLUE value IS 5 (2.34% from 255) = 3.09%

R = 35.19%
G = 61.73%
B = 3.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#396405 (or 0x396405) is known color: Verdun Green. HEX triplet: 39, 64 and 05. RGB value is (57,100,5). Sum of RGB (Red+Green+Blue) = 57+100+5=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 100 (39.45% from 255 or 61.73% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 100 - color contains mainly: green. Hex color #396405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396405 is #C69BFA. Grayscale: #4C4C4C. Windows color (decimal): -13016059 or 353337. OLE color: 353337.

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

Color convert

RGB 57 100 5 -
CMYK 0.43 0 0.95 0.61
HSL 87.16º 0.9% 0.21% -
HSV(B) 87.16º 0.95% 0.39% -
XYZ 6.27 10 1.74 -
YUV 76.31 87.75 114.22 -
System Red Green Blue C M Y K H S L
Decimal 57 100 5 0.43 0 0.95 0.61 87.16 0.9 0.21
Hex 39 64 5 2B 0 5F 3D 57 5A 15
Octal 71 144 5 53 0 137 75 127 132 25
Binary 111001 1100100 101 101011 0 1011111 111101 1010111 1011010 10101

Color Harmonies of #396405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396405

Black with #396405

Text Example


Text Example

White with #396405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396405; }

 p { color: rgb(57,100,5); }

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

background-color css

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

 a { background-color: rgb(57,100,5); }

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

border-color css

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

 span { border-color: rgb(57,100,5); }

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