#3EAF42

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

Shades of Fruit Salad #3EAF42

Tints of Fruit Salad #3EAF42

Color information

#3EAF42 (or 0x3EAF42) is unknown color: approx Fruit Salad. HEX triplet: 3E, AF and 42. RGB value is (62,175,66). Sum of RGB (Red+Green+Blue) = 62+175+66=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAF42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EAF42 is #C150BD. Grayscale: #818181. Windows color (decimal): -12669118 or 4370238. OLE color: 4370238.

HSL color Cylindrical-coordinate representation of color #3EAF42: hue angle of 122.12º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EAF42 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB6217566-
CMYK0.6500.620.31
HSL122.12º47.68%46.47%-
HSV(B)122.12º64.57%68.63%-
XYZ18.332.0810.38-
YUV128.7992.5680.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.46%
GREEN value IS 175 (68.75% from 255) = 57.76%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=20.46%
G=57.76%
B=21.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62175660.6500.620.31122.1247.6846.47
Hex3EAF424103E1F7a302e
Octal76257102101076371726056
Binary11111010101111100001010000010111110111111111010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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