#3A9E45

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

Shades of Fruit Salad #3A9E45

Tints of Fruit Salad #3A9E45

Color information

#3A9E45 (or 0x3A9E45) is unknown color: approx Fruit Salad. HEX triplet: 3A, 9E and 45. RGB value is (58,158,69). Sum of RGB (Red+Green+Blue) = 58+158+69=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 158 (62.11% from 255 or 55.44% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 158 - color contains mainly: green. Hex color #3A9E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9E45 is #C561BA. Grayscale: #767676. Windows color (decimal): -12935611 or 4562490. OLE color: 4562490.

HSL color Cylindrical-coordinate representation of color #3A9E45: hue angle of 126.6º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9E45 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB5815869-
CMYK0.6300.560.38
HSL126.6º46.3%42.35%-
HSV(B)126.6º63.29%61.96%-
XYZ15.0525.789.81-
YUV117.95100.3785.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 158 (62.11% from 255) = 55.44%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=20.35%
G=55.44%
B=24.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58158690.6300.560.38126.646.342.35
Hex3A9E453F038267f2e2a
Octal7223610577070461775652
Binary11101010011110100010111111101110001001101111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,158,69); }

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

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

 a { background-color: rgb(58,158,69); }

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

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

 span { border-color: rgb(58,158,69); }

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