Html Css Color HEX #36640C Verdun Green

📋 copy color: '#36640C'

red 54 ◦ green 100 ◦ blue 12

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

Shades of Verdun Green #36640C

Tints of Verdun Green #36640C

RGB

 RED value IS 54 (21.48% from 255) = 32.53%

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

 BLUE value IS 12 (5.08% from 255) = 7.23%

R = 32.53%
G = 60.24%
B = 7.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#36640C (or 0x36640C) is known color: Verdun Green. HEX triplet: 36, 64 and 0C. RGB value is (54,100,12). Sum of RGB (Red+Green+Blue) = 54+100+12=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #36640C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36640C is #C99BF3. Grayscale: #4C4C4C. Windows color (decimal): -13212660 or 812086. OLE color: 812086.

HSL color Cylindrical-coordinate representation of color #36640C: hue angle of 91.36º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36640C is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 100 12 -
CMYK 0.46 0 0.88 0.61
HSL 91.36º 0.79% 0.22% -
HSV(B) 91.36º 0.88% 0.39% -
XYZ 6.14 9.93 1.94 -
YUV 76.21 91.76 112.16 -
System Red Green Blue C M Y K H S L
Decimal 54 100 12 0.46 0 0.88 0.61 91.36 0.79 0.22
Hex 36 64 C 2E 0 58 3D 5B 4F 16
Octal 66 144 14 56 0 130 75 133 117 26
Binary 110110 1100100 1100 101110 0 1011000 111101 1011011 1001111 10110

Color Harmonies of #36640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36640C

Black with #36640C

Text Example


Text Example

White with #36640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36640C; }

 p { color: rgb(54,100,12); }

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

background-color css

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

 a { background-color: rgb(54,100,12); }

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

border-color css

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

 span { border-color: rgb(54,100,12); }

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