Html Css Color HEX #37550E Verdun Green

📋 copy color: '#37550E'

red 55 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #37550E

Tints of Verdun Green #37550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.19%

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

R = 35.71%
G = 55.19%
B = 9.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#37550E (or 0x37550E) is known color: Verdun Green. HEX triplet: 37, 55 and 0E. RGB value is (55,85,14). Sum of RGB (Red+Green+Blue) = 55+85+14=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #37550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37550E is #C8AAF1. Grayscale: #444444. Windows color (decimal): -13150962 or 939319. OLE color: 939319.

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

Color convert

RGB 55 85 14 -
CMYK 0.35 0 0.84 0.67
HSL 85.35º 0.72% 0.19% -
HSV(B) 85.35º 0.84% 0.33% -
XYZ 4.9 7.34 1.57 -
YUV 67.94 97.56 118.77 -
System Red Green Blue C M Y K H S L
Decimal 55 85 14 0.35 0 0.84 0.67 85.35 0.72 0.19
Hex 37 55 E 23 0 54 43 55 48 13
Octal 67 125 16 43 0 124 103 125 110 23
Binary 110111 1010101 1110 100011 0 1010100 1000011 1010101 1001000 10011

Color Harmonies of #37550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37550E

Black with #37550E

Text Example


Text Example

White with #37550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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