#37953F

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

Shades of Fruit Salad #37953F

Tints of Fruit Salad #37953F

Color information

#37953F (or 0x37953F) is unknown color: approx Fruit Salad. HEX triplet: 37, 95 and 3F. RGB value is (55,149,63). Sum of RGB (Red+Green+Blue) = 55+149+63=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #37953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37953F is #C86AC0. Grayscale: #6F6F6F. Windows color (decimal): -13134529 or 4166967. OLE color: 4166967.

HSL color Cylindrical-coordinate representation of color #37953F: hue angle of 125.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37953F is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB5514963-
CMYK0.6300.580.42
HSL125.11º46.08%40%-
HSV(B)125.11º63.09%58.43%-
XYZ13.2222.678.38-
YUV111.09100.8687.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 63 (25% from 255) = 23.60%
R=20.60%
G=55.81%
B=23.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55149630.6300.580.42125.1146.0840
Hex37953F3F03A2A7d2e28
Octal672257777072521755650
Binary1101111001010111111111111101110101010101111101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,149,63); }

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

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

 a { background-color: rgb(55,149,63); }

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

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

 span { border-color: rgb(55,149,63); }

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