#3FAA3C

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

Shades of Fruit Salad #3FAA3C

Tints of Fruit Salad #3FAA3C

Color information

#3FAA3C (or 0x3FAA3C) is unknown color: approx Fruit Salad. HEX triplet: 3F, AA and 3C. RGB value is (63,170,60). Sum of RGB (Red+Green+Blue) = 63+170+60=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAA3C is #C055C3. Grayscale: #7D7D7D. Windows color (decimal): -12604868 or 3975743. OLE color: 3975743.

HSL color Cylindrical-coordinate representation of color #3FAA3C: hue angle of 118.36º 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 #3FAA3C is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB6317060-
CMYK0.6300.650.33
HSL118.36º47.83%45.1%-
HSV(B)118.36º64.71%66.67%-
XYZ17.2430.139.18-
YUV125.4791.0583.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.50%
GREEN value IS 170 (66.80% from 255) = 58.02%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=21.50%
G=58.02%
B=20.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63170600.6300.650.33118.3647.8345.1
Hex3FAA3C3F0412176302d
Octal7725274770101411666055
Binary11111110101010111100111111010000011000011110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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