#3CB14A

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

Shades of Fruit Salad #3CB14A

Tints of Fruit Salad #3CB14A

Color information

#3CB14A (or 0x3CB14A) is unknown color: approx Fruit Salad. HEX triplet: 3C, B1 and 4A. RGB value is (60,177,74). Sum of RGB (Red+Green+Blue) = 60+177+74=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 177 (69.53% from 255 or 56.91% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB14A is #C34EB5. Grayscale: #828282. Windows color (decimal): -12799670 or 4895036. OLE color: 4895036.

HSL color Cylindrical-coordinate representation of color #3CB14A: hue angle of 127.18º 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 #3CB14A is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB6017774-
CMYK0.6600.580.31
HSL127.18º49.37%46.47%-
HSV(B)127.18º66.1%69.41%-
XYZ18.8232.911.84-
YUV130.2896.2477.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 177 (69.53% from 255) = 56.91%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=19.29%
G=56.91%
B=23.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60177740.6600.580.31127.1849.3746.47
Hex3CB14A4203A1F7f312e
Octal74261112102072371776156
Binary11110010110001100101010000100111010111111111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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