Html Css Color HEX #396305 Verdun Green

📋 copy color: '#396305'

red 57 ◦ green 99 ◦ blue 5

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

Shades of Verdun Green #396305

Tints of Verdun Green #396305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.49%

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

R = 35.4%
G = 61.49%
B = 3.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#396305 (or 0x396305) is known color: Verdun Green. HEX triplet: 39, 63 and 05. RGB value is (57,99,5). Sum of RGB (Red+Green+Blue) = 57+99+5=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #396305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396305 is #C69CFA. Grayscale: #4C4C4C. Windows color (decimal): -13016315 or 353081. OLE color: 353081.

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

Color convert

RGB 57 99 5 -
CMYK 0.42 0 0.95 0.61
HSL 86.81º 0.9% 0.2% -
HSV(B) 86.81º 0.95% 0.39% -
XYZ 6.18 9.8 1.71 -
YUV 75.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 57 99 5 0.42 0 0.95 0.61 86.81 0.9 0.2
Hex 39 63 5 2A 0 5F 3D 57 5A 14
Octal 71 143 5 52 0 137 75 127 132 24
Binary 111001 1100011 101 101010 0 1011111 111101 1010111 1011010 10100

Color Harmonies of #396305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396305

Black with #396305

Text Example


Text Example

White with #396305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396305; }

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

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

background-color css

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

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

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

border-color css

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

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

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