#37735F

Color #37735F Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #37735F

Tints of Stromboli #37735F

Color information

#37735F (or 0x37735F) is unknown color: approx Stromboli. HEX triplet: 37, 73 and 5F. RGB value is (55,115,95). Sum of RGB (Red+Green+Blue) = 55+115+95=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #37735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37735F is #C88CA0. Grayscale: #5E5E5E. Windows color (decimal): -13143201 or 6255415. OLE color: 6255415.

HSL color Cylindrical-coordinate representation of color #37735F: hue angle of 160º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37735F is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB5511595-
CMYK0.5200.170.55
HSL160º35.29%33.33%-
HSV(B)160º52.17%45.1%-
XYZ9.7713.912.99-
YUV94.78128.1299.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=20.75%
G=43.40%
B=35.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115950.5200.170.5516035.2933.33
Hex37735F3401137a02321
Octal6716313764021672404341
Binary1101111110011101111111010001000111011110100000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,115,95); }

 H1.HeaderClassName
 {
   color: #37735F;
 }
 .AnyTagClassName
 {
   color: #37735F;
 }
</style>
background-color css

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

 a { background-color: rgb(55,115,95); }

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

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

 span { border-color: rgb(55,115,95); }

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