Html Css Color HEX #37540E Verdun Green

📋 copy color: '#37540E'

red 55 ◦ green 84 ◦ blue 14

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

Shades of Verdun Green #37540E

Tints of Verdun Green #37540E

RGB

 RED value IS 55 (21.88% from 255) = 35.95%

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

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

R = 35.95%
G = 54.9%
B = 9.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#37540E (or 0x37540E) is known color: Verdun Green. HEX triplet: 37, 54 and 0E. RGB value is (55,84,14). Sum of RGB (Red+Green+Blue) = 55+84+14=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #37540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37540E is #C8ABF1. Grayscale: #434343. Windows color (decimal): -13151218 or 939063. OLE color: 939063.

HSL color Cylindrical-coordinate representation of color #37540E: hue angle of 84.86º 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 #37540E is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 14 -
CMYK 0.35 0 0.83 0.67
HSL 84.86º 0.71% 0.19% -
HSV(B) 84.86º 0.83% 0.33% -
XYZ 4.83 7.18 1.55 -
YUV 67.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 55 84 14 0.35 0 0.83 0.67 84.86 0.71 0.19
Hex 37 54 E 23 0 53 43 55 47 13
Octal 67 124 16 43 0 123 103 125 107 23
Binary 110111 1010100 1110 100011 0 1010011 1000011 1010101 1000111 10011

Color Harmonies of #37540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37540E

Black with #37540E

Text Example


Text Example

White with #37540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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