#3CAF3D

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

Shades of Fruit Salad #3CAF3D

Tints of Fruit Salad #3CAF3D

Color information

#3CAF3D (or 0x3CAF3D) is unknown color: approx Fruit Salad. HEX triplet: 3C, AF and 3D. RGB value is (60,175,61). Sum of RGB (Red+Green+Blue) = 60+175+61=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 175 (68.75% from 255 or 59.12% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF3D is #C350C2. Grayscale: #7F7F7F. Windows color (decimal): -12800195 or 4042556. OLE color: 4042556.

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

Color convert

RGB6017561-
CMYK0.6600.650.31
HSL120.52º48.94%46.08%-
HSV(B)120.52º65.71%68.63%-
XYZ18.0431.969.63-
YUV127.6290.479.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 175 (68.75% from 255) = 59.12%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=20.27%
G=59.12%
B=20.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60175610.6600.650.31120.5248.9446.08
Hex3CAF3D420411F79312e
Octal74257751020101371716156
Binary11110010101111111101100001001000001111111111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,175,61); }

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

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

 a { background-color: rgb(60,175,61); }

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

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

 span { border-color: rgb(60,175,61); }

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