#3E9045

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

Shades of Fruit Salad #3E9045

Tints of Fruit Salad #3E9045

Color information

#3E9045 (or 0x3E9045) is unknown color: approx Fruit Salad. HEX triplet: 3E, 90 and 45. RGB value is (62,144,69). Sum of RGB (Red+Green+Blue) = 62+144+69=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #3E9045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E9045 is #C16FBA. Grayscale: #6F6F6F. Windows color (decimal): -12677051 or 4558910. OLE color: 4558910.

HSL color Cylindrical-coordinate representation of color #3E9045: hue angle of 125.12º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E9045 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB6214469-
CMYK0.5700.520.44
HSL125.12º39.81%40.39%-
HSV(B)125.12º56.94%56.47%-
XYZ13.0321.49.07-
YUV110.93104.3393.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.55%
GREEN value IS 144 (56.64% from 255) = 52.36%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=22.55%
G=52.36%
B=25.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal62144690.5700.520.44125.1239.8140.39
Hex3E9045390342C7d2828
Octal7622010571064541755050
Binary11111010010000100010111100101101001011001111101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,144,69); }

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

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

 a { background-color: rgb(62,144,69); }

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

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

 span { border-color: rgb(62,144,69); }

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