#3CB147

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

Shades of Fruit Salad #3CB147

Tints of Fruit Salad #3CB147

Color information

#3CB147 (or 0x3CB147) is unknown color: approx Fruit Salad. HEX triplet: 3C, B1 and 47. RGB value is (60,177,71). Sum of RGB (Red+Green+Blue) = 60+177+71=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB147 is #C34EB8. Grayscale: #828282. Windows color (decimal): -12799673 or 4698428. OLE color: 4698428.

HSL color Cylindrical-coordinate representation of color #3CB147: hue angle of 125.64º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB147 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB6017771-
CMYK0.6600.600.31
HSL125.64º49.37%46.47%-
HSV(B)125.64º66.1%69.41%-
XYZ18.7232.8611.32-
YUV129.9394.7478.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 177 (69.53% from 255) = 57.47%
BLUE value IS 71 (28.12% from 255) = 23.05%
R=19.48%
G=57.47%
B=23.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60177710.6600.600.31125.6449.3746.47
Hex3CB1474203C1F7e312e
Octal74261107102074371766156
Binary11110010110001100011110000100111100111111111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,177,71); }

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

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

 a { background-color: rgb(60,177,71); }

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

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

 span { border-color: rgb(60,177,71); }

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