#3CB549

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

Shades of Fruit Salad #3CB549

Tints of Fruit Salad #3CB549

Color information

#3CB549 (or 0x3CB549) is unknown color: approx Fruit Salad. HEX triplet: 3C, B5 and 49. RGB value is (60,181,73). Sum of RGB (Red+Green+Blue) = 60+181+73=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB549 is #C34AB6. Grayscale: #848484. Windows color (decimal): -12798647 or 4830524. OLE color: 4830524.

HSL color Cylindrical-coordinate representation of color #3CB549: hue angle of 126.45º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB549 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB6018173-
CMYK0.6700.600.29
HSL126.45º50.21%47.25%-
HSV(B)126.45º66.85%70.98%-
XYZ19.5934.4911.93-
YUV132.5194.4176.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 181 (71.09% from 255) = 57.64%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=19.11%
G=57.64%
B=23.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60181730.6700.600.29126.4550.2147.25
Hex3CB5494303C1D7e322f
Octal74265111103074351766257
Binary11110010110101100100110000110111100111011111110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CB549; }

 p { color: rgb(60,181,73); }

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

<style>
 a { background-color: #3CB549; }

 a { background-color: rgb(60,181,73); }

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

<style>
 span { border-color: #3CB549; }

 span { border-color: rgb(60,181,73); }

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