Html Css Color HEX #36560C Verdun Green

📋 copy color: '#36560C'

red 54 ◦ green 86 ◦ blue 12

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

Shades of Verdun Green #36560C

Tints of Verdun Green #36560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 56.58%

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

R = 35.53%
G = 56.58%
B = 7.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#36560C (or 0x36560C) is known color: Verdun Green. HEX triplet: 36, 56 and 0C. RGB value is (54,86,12). Sum of RGB (Red+Green+Blue) = 54+86+12=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #36560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36560C is #C9A9F3. Grayscale: #444444. Windows color (decimal): -13216244 or 808502. OLE color: 808502.

HSL color Cylindrical-coordinate representation of color #36560C: hue angle of 85.95º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36560C is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 86 12 -
CMYK 0.37 0 0.86 0.66
HSL 85.95º 0.76% 0.19% -
HSV(B) 85.95º 0.86% 0.34% -
XYZ 4.92 7.47 1.53 -
YUV 68 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 54 86 12 0.37 0 0.86 0.66 85.95 0.76 0.19
Hex 36 56 C 25 0 56 42 56 4C 13
Octal 66 126 14 45 0 126 102 126 114 23
Binary 110110 1010110 1100 100101 0 1010110 1000010 1010110 1001100 10011

Color Harmonies of #36560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36560C

Black with #36560C

Text Example


Text Example

White with #36560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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