Html Css Color HEX #36580C Verdun Green

📋 copy color: '#36580C'

red 54 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #36580C

Tints of Verdun Green #36580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 57.14%

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

R = 35.06%
G = 57.14%
B = 7.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#36580C (or 0x36580C) is known color: Verdun Green. HEX triplet: 36, 58 and 0C. RGB value is (54,88,12). Sum of RGB (Red+Green+Blue) = 54+88+12=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #36580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36580C is #C9A7F3. Grayscale: #454545. Windows color (decimal): -13215732 or 809014. OLE color: 809014.

HSL color Cylindrical-coordinate representation of color #36580C: hue angle of 86.84º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36580C is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 12 -
CMYK 0.39 0 0.86 0.65
HSL 86.84º 0.76% 0.2% -
HSV(B) 86.84º 0.86% 0.35% -
XYZ 5.08 7.79 1.58 -
YUV 69.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 54 88 12 0.39 0 0.86 0.65 86.84 0.76 0.2
Hex 36 58 C 27 0 56 41 57 4C 14
Octal 66 130 14 47 0 126 101 127 114 24
Binary 110110 1011000 1100 100111 0 1010110 1000001 1010111 1001100 10100

Color Harmonies of #36580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36580C

Black with #36580C

Text Example


Text Example

White with #36580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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