Html Css Color HEX #36540C Verdun Green

📋 copy color: '#36540C'

red 54 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #36540C

Tints of Verdun Green #36540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56%

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

R = 36%
G = 56%
B = 8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#36540C (or 0x36540C) is known color: Verdun Green. HEX triplet: 36, 54 and 0C. RGB value is (54,84,12). Sum of RGB (Red+Green+Blue) = 54+84+12=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #36540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36540C is #C9ABF3. Grayscale: #434343. Windows color (decimal): -13216756 or 807990. OLE color: 807990.

HSL color Cylindrical-coordinate representation of color #36540C: hue angle of 85º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36540C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 84 12 -
CMYK 0.36 0 0.86 0.67
HSL 85º 0.75% 0.19% -
HSV(B) 85º 0.86% 0.33% -
XYZ 4.76 7.15 1.48 -
YUV 66.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 54 84 12 0.36 0 0.86 0.67 85 0.75 0.19
Hex 36 54 C 24 0 56 43 55 4B 13
Octal 66 124 14 44 0 126 103 125 113 23
Binary 110110 1010100 1100 100100 0 1010110 1000011 1010101 1001011 10011

Color Harmonies of #36540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36540C

Black with #36540C

Text Example


Text Example

White with #36540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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