#4B9F3F

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

Shades of Fruit Salad #4B9F3F

Tints of Fruit Salad #4B9F3F

Color information

#4B9F3F (or 0x4B9F3F) is unknown color: approx Fruit Salad. HEX triplet: 4B, 9F and 3F. RGB value is (75,159,63). Sum of RGB (Red+Green+Blue) = 75+159+63=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #4B9F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9F3F is #B460C0. Grayscale: #7B7B7B. Windows color (decimal): -11821249 or 4169547. OLE color: 4169547.

HSL color Cylindrical-coordinate representation of color #4B9F3F: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B9F3F is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB7515963-
CMYK0.5300.600.38
HSL112.5º43.24%43.53%-
HSV(B)112.5º60.38%62.35%-
XYZ16.226.658.99-
YUV122.9494.1793.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 159 (62.5% from 255) = 53.54%
BLUE value IS 63 (25% from 255) = 21.21%
R=25.25%
G=53.54%
B=21.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75159630.5300.600.38112.543.2443.53
Hex4B9F3F3503C26702b2c
Octal1132377765074461605354
Binary10010111001111111111111010101111001001101110000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,159,63); }

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

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

 a { background-color: rgb(75,159,63); }

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

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

 span { border-color: rgb(75,159,63); }

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