#3CAA48

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

Shades of Fruit Salad #3CAA48

Tints of Fruit Salad #3CAA48

Color information

#3CAA48 (or 0x3CAA48) is unknown color: approx Fruit Salad. HEX triplet: 3C, AA and 48. RGB value is (60,170,72). Sum of RGB (Red+Green+Blue) = 60+170+72=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA48 is #C355B7. Grayscale: #7E7E7E. Windows color (decimal): -12801464 or 4762172. OLE color: 4762172.

HSL color Cylindrical-coordinate representation of color #3CAA48: hue angle of 126.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA48 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB6017072-
CMYK0.6500.580.33
HSL126.55º47.83%45.1%-
HSV(B)126.55º64.71%66.67%-
XYZ17.4130.1811.04-
YUV125.9497.5680.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.87%
GREEN value IS 170 (66.80% from 255) = 56.29%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=19.87%
G=56.29%
B=23.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60170720.6500.580.33126.5547.8345.1
Hex3CAA484103A217f302d
Octal74252110101072411776055
Binary111100101010101001000100000101110101000011111111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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