Html Css Color HEX #396103 Verdun Green

📋 copy color: '#396103'

red 57 ◦ green 97 ◦ blue 3

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

Shades of Verdun Green #396103

Tints of Verdun Green #396103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.78%

 BLUE value IS 3 (1.56% from 255) = 1.91%

R = 36.31%
G = 61.78%
B = 1.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#396103 (or 0x396103) is known color: Verdun Green. HEX triplet: 39, 61 and 03. RGB value is (57,97,3). Sum of RGB (Red+Green+Blue) = 57+97+3=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #396103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396103 is #C69EFC. Grayscale: #4A4A4A. Windows color (decimal): -13016829 or 221497. OLE color: 221497.

HSL color Cylindrical-coordinate representation of color #396103: hue angle of 85.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #396103 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 97 3 -
CMYK 0.41 0 0.97 0.62
HSL 85.53º 0.94% 0.2% -
HSV(B) 85.53º 0.97% 0.38% -
XYZ 5.98 9.43 1.59 -
YUV 74.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 57 97 3 0.41 0 0.97 0.62 85.53 0.94 0.2
Hex 39 61 3 29 0 61 3E 56 5E 14
Octal 71 141 3 51 0 141 76 126 136 24
Binary 111001 1100001 11 101001 0 1100001 111110 1010110 1011110 10100

Color Harmonies of #396103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396103

Black with #396103

Text Example


Text Example

White with #396103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396103; }

 p { color: rgb(57,97,3); }

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

background-color css

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

 a { background-color: rgb(57,97,3); }

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

border-color css

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

 span { border-color: rgb(57,97,3); }

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