#37953D

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

Shades of Fruit Salad #37953D

Tints of Fruit Salad #37953D

Color information

#37953D (or 0x37953D) is unknown color: approx Fruit Salad. HEX triplet: 37, 95 and 3D. RGB value is (55,149,61). Sum of RGB (Red+Green+Blue) = 55+149+61=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #37953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37953D is #C86AC2. Grayscale: #6F6F6F. Windows color (decimal): -13134531 or 4035895. OLE color: 4035895.

HSL color Cylindrical-coordinate representation of color #37953D: hue angle of 123.83º 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 #37953D is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB5514961-
CMYK0.6300.590.42
HSL123.83º46.08%40%-
HSV(B)123.83º63.09%58.43%-
XYZ13.1722.648.09-
YUV110.8699.8688.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=20.75%
G=56.23%
B=23.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55149610.6300.590.42123.8346.0840
Hex37953D3F03B2A7c2e28
Octal672257577073521745650
Binary1101111001010111110111111101110111010101111100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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