Html Css Color HEX #396C00 Verdun Green

📋 copy color: '#396C00'

red 57 ◦ green 108 ◦ blue 0

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

Shades of Verdun Green #396C00

Tints of Verdun Green #396C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.55%
G = 65.45%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#396C00 (or 0x396C00) is known color: Verdun Green. HEX triplet: 39, 6C and 00. RGB value is (57,108,0). Sum of RGB (Red+Green+Blue) = 57+108+0=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 108 (42.58% from 255 or 65.45% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 108 - color contains mainly: green. Hex color #396C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396C00 is #C693FF. Grayscale: #505050. Windows color (decimal): -13014016 or 27705. OLE color: 27705.

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

Color convert

RGB 57 108 0 -
CMYK 0.47 0 1 0.58
HSL 88.33º 1% 0.21% -
HSV(B) 88.33º 1% 0.42% -
XYZ 7.05 11.59 1.87 -
YUV 80.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 57 108 0 0.47 0 1 0.58 88.33 1 0.21
Hex 39 6C 0 2F 0 64 3A 58 64 15
Octal 71 154 0 57 0 144 72 130 144 25
Binary 111001 1101100 0 101111 0 1100100 111010 1011000 1100100 10101

Color Harmonies of #396C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C00

Black with #396C00

Text Example


Text Example

White with #396C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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