#3CB248

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

Shades of Fruit Salad #3CB248

Tints of Fruit Salad #3CB248

Color information

#3CB248 (or 0x3CB248) is unknown color: approx Fruit Salad. HEX triplet: 3C, B2 and 48. RGB value is (60,178,72). Sum of RGB (Red+Green+Blue) = 60+178+72=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB248 is #C34DB7. Grayscale: #828282. Windows color (decimal): -12799416 or 4764220. OLE color: 4764220.

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

Color convert

RGB6017872-
CMYK0.6600.600.30
HSL126.1º49.58%46.67%-
HSV(B)126.1º66.29%69.8%-
XYZ18.9533.2711.55-
YUV130.6394.9177.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.35%
GREEN value IS 178 (69.92% from 255) = 57.42%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=19.35%
G=57.42%
B=23.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60178720.6600.600.30126.149.5846.67
Hex3CB2484203C1E7e322f
Octal74262110102074361766257
Binary11110010110010100100010000100111100111101111110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,178,72); }

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

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

 a { background-color: rgb(60,178,72); }

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

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

 span { border-color: rgb(60,178,72); }

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