Html Css Color HEX #36540E Verdun Green

📋 copy color: '#36540E'

red 54 ◦ green 84 ◦ blue 14

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

Shades of Verdun Green #36540E

Tints of Verdun Green #36540E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.21%

R = 35.53%
G = 55.26%
B = 9.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#36540E (or 0x36540E) is known color: Verdun Green. HEX triplet: 36, 54 and 0E. RGB value is (54,84,14). Sum of RGB (Red+Green+Blue) = 54+84+14=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #36540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36540E is #C9ABF1. Grayscale: #434343. Windows color (decimal): -13216754 or 939062. OLE color: 939062.

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

Color convert

RGB 54 84 14 -
CMYK 0.36 0 0.83 0.67
HSL 85.71º 0.71% 0.19% -
HSV(B) 85.71º 0.83% 0.33% -
XYZ 4.77 7.16 1.55 -
YUV 67.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 54 84 14 0.36 0 0.83 0.67 85.71 0.71 0.19
Hex 36 54 E 24 0 53 43 56 47 13
Octal 66 124 16 44 0 123 103 126 107 23
Binary 110110 1010100 1110 100100 0 1010011 1000011 1010110 1000111 10011

Color Harmonies of #36540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36540E

Black with #36540E

Text Example


Text Example

White with #36540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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