#4B9D41

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

Shades of Fruit Salad #4B9D41

Tints of Fruit Salad #4B9D41

Color information

#4B9D41 (or 0x4B9D41) is unknown color: approx Fruit Salad. HEX triplet: 4B, 9D and 41. RGB value is (75,157,65). Sum of RGB (Red+Green+Blue) = 75+157+65=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #4B9D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9D41 is #B462BE. Grayscale: #7A7A7A. Windows color (decimal): -11821759 or 4300107. OLE color: 4300107.

HSL color Cylindrical-coordinate representation of color #4B9D41: hue angle of 113.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B9D41 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB7515765-
CMYK0.5200.590.38
HSL113.48º41.44%43.53%-
HSV(B)113.48º58.6%61.57%-
XYZ15.9125.999.18-
YUV121.9995.8394.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 157 (61.72% from 255) = 52.86%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=25.25%
G=52.86%
B=21.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75157650.5200.590.38113.4841.4443.53
Hex4B9D413403B2671292c
Octal11323510164073461615154
Binary100101110011101100000111010001110111001101110001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,157,65); }

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

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

 a { background-color: rgb(75,157,65); }

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

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

 span { border-color: rgb(75,157,65); }

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