#3EAF3C

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

Shades of Fruit Salad #3EAF3C

Tints of Fruit Salad #3EAF3C

Color information

#3EAF3C (or 0x3EAF3C) is unknown color: approx Fruit Salad. HEX triplet: 3E, AF and 3C. RGB value is (62,175,60). Sum of RGB (Red+Green+Blue) = 62+175+60=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EAF3C is #C150C3. Grayscale: #808080. Windows color (decimal): -12669124 or 3977022. OLE color: 3977022.

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

Color convert

RGB6217560-
CMYK0.6500.660.31
HSL118.96º48.94%46.08%-
HSV(B)118.96º65.71%68.63%-
XYZ18.1332.019.5-
YUV128.189.5680.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.88%
GREEN value IS 175 (68.75% from 255) = 58.92%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=20.88%
G=58.92%
B=20.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62175600.6500.660.31118.9648.9446.08
Hex3EAF3C410421F77312e
Octal76257741010102371676156
Binary11111010101111111100100000101000010111111110111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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