Html Css Color HEX #37550F Verdun Green

📋 copy color: '#37550F'

red 55 ◦ green 85 ◦ blue 15

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

Shades of Verdun Green #37550F

Tints of Verdun Green #37550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 35.48%
G = 54.84%
B = 9.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#37550F (or 0x37550F) is known color: Verdun Green. HEX triplet: 37, 55 and 0F. RGB value is (55,85,15). Sum of RGB (Red+Green+Blue) = 55+85+15=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #37550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37550F is #C8AAF0. Grayscale: #444444. Windows color (decimal): -13150961 or 1004855. OLE color: 1004855.

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

Color convert

RGB 55 85 15 -
CMYK 0.35 0 0.82 0.67
HSL 85.71º 0.7% 0.2% -
HSV(B) 85.71º 0.82% 0.33% -
XYZ 4.91 7.34 1.61 -
YUV 68.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 55 85 15 0.35 0 0.82 0.67 85.71 0.7 0.2
Hex 37 55 F 23 0 52 43 56 46 14
Octal 67 125 17 43 0 122 103 126 106 24
Binary 110111 1010101 1111 100011 0 1010010 1000011 1010110 1000110 10100

Color Harmonies of #37550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37550F

Black with #37550F

Text Example


Text Example

White with #37550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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