#4B9E45

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

Shades of Fruit Salad #4B9E45

Tints of Fruit Salad #4B9E45

Color information

#4B9E45 (or 0x4B9E45) is unknown color: approx Fruit Salad. HEX triplet: 4B, 9E and 45. RGB value is (75,158,69). Sum of RGB (Red+Green+Blue) = 75+158+69=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #4B9E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9E45 is #B461BA. Grayscale: #7B7B7B. Windows color (decimal): -11821499 or 4562507. OLE color: 4562507.

HSL color Cylindrical-coordinate representation of color #4B9E45: hue angle of 115.96º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B9E45 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB7515869-
CMYK0.5300.560.38
HSL115.96º39.21%44.51%-
HSV(B)115.96º56.33%61.96%-
XYZ16.226.389.87-
YUV123.0497.593.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 158 (62.11% from 255) = 52.32%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=24.83%
G=52.32%
B=22.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75158690.5300.560.38115.9639.2144.51
Hex4B9E45350382674272d
Octal11323610565070461644755
Binary100101110011110100010111010101110001001101110100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B9E45; }

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

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

<style>
 a { background-color: #4B9E45; }

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

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

<style>
 span { border-color: #4B9E45; }

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

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