Html Css Color HEX #396C03 Verdun Green

📋 copy color: '#396C03'

red 57 ◦ green 108 ◦ blue 3

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

Shades of Verdun Green #396C03

Tints of Verdun Green #396C03

RGB

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

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

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

R = 33.93%
G = 64.29%
B = 1.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#396C03 (or 0x396C03) is known color: Verdun Green. HEX triplet: 39, 6C and 03. RGB value is (57,108,3). Sum of RGB (Red+Green+Blue) = 57+108+3=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 108 (42.58% from 255 or 64.29% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 108 - color contains mainly: green. Hex color #396C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396C03 is #C693FC. Grayscale: #515151. Windows color (decimal): -13014013 or 224313. OLE color: 224313.

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

Color convert

RGB 57 108 3 -
CMYK 0.47 0 0.97 0.58
HSL 89.14º 0.95% 0.22% -
HSV(B) 89.14º 0.97% 0.42% -
XYZ 7.07 11.6 1.95 -
YUV 80.78 84.1 111.04 -
System Red Green Blue C M Y K H S L
Decimal 57 108 3 0.47 0 0.97 0.58 89.14 0.95 0.22
Hex 39 6C 3 2F 0 61 3A 59 5F 16
Octal 71 154 3 57 0 141 72 131 137 26
Binary 111001 1101100 11 101111 0 1100001 111010 1011001 1011111 10110

Color Harmonies of #396C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C03

Black with #396C03

Text Example


Text Example

White with #396C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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