Html Css Color HEX #37550D Verdun Green

📋 copy color: '#37550D'

red 55 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #37550D

Tints of Verdun Green #37550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 35.95%
G = 55.56%
B = 8.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#37550D (or 0x37550D) is known color: Verdun Green. HEX triplet: 37, 55 and 0D. RGB value is (55,85,13). Sum of RGB (Red+Green+Blue) = 55+85+13=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #37550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37550D is #C8AAF2. Grayscale: #444444. Windows color (decimal): -13150963 or 873783. OLE color: 873783.

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

Color convert

RGB 55 85 13 -
CMYK 0.35 0 0.85 0.67
HSL 85º 0.73% 0.19% -
HSV(B) 85º 0.85% 0.33% -
XYZ 4.9 7.34 1.54 -
YUV 67.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 55 85 13 0.35 0 0.85 0.67 85 0.73 0.19
Hex 37 55 D 23 0 55 43 55 49 13
Octal 67 125 15 43 0 125 103 125 111 23
Binary 110111 1010101 1101 100011 0 1010101 1000011 1010101 1001001 10011

Color Harmonies of #37550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37550D

Black with #37550D

Text Example


Text Example

White with #37550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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