#3CB949

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

Shades of Fruit Salad #3CB949

Tints of Fruit Salad #3CB949

Color information

#3CB949 (or 0x3CB949) is unknown color: approx Fruit Salad. HEX triplet: 3C, B9 and 49. RGB value is (60,185,73). Sum of RGB (Red+Green+Blue) = 60+185+73=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 185 (72.66% from 255 or 58.18% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB949 is #C346B6. Grayscale: #878787. Windows color (decimal): -12797623 or 4831548. OLE color: 4831548.

HSL color Cylindrical-coordinate representation of color #3CB949: hue angle of 126.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB949 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB6018573-
CMYK0.6800.610.27
HSL126.24º51.02%48.04%-
HSV(B)126.24º67.57%72.55%-
XYZ20.4236.1412.2-
YUV134.8693.0974.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 185 (72.66% from 255) = 58.18%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=18.87%
G=58.18%
B=22.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60185730.6800.610.27126.2451.0248.04
Hex3CB9494403D1B7e3330
Octal74271111104075331766360
Binary11110010111001100100110001000111101110111111110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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