#4B9453

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

Shades of Fruit Salad #4B9453

Tints of Fruit Salad #4B9453

Color information

#4B9453 (or 0x4B9453) is unknown color: approx Fruit Salad. HEX triplet: 4B, 94 and 53. RGB value is (75,148,83). Sum of RGB (Red+Green+Blue) = 75+148+83=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #4B9453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9453 is #B46BAC. Grayscale: #767676. Windows color (decimal): -11824045 or 5477451. OLE color: 5477451.

HSL color Cylindrical-coordinate representation of color #4B9453: hue angle of 126.58º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B9453 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB7514883-
CMYK0.4900.440.42
HSL126.58º32.74%43.73%-
HSV(B)126.58º49.32%58.04%-
XYZ15.0523.311.89-
YUV118.76107.8296.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.51%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=24.51%
G=48.37%
B=27.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75148830.4900.440.42126.5832.7443.73
Hex4B94533102C2A7f212c
Octal11322412361054521774154
Binary100101110010100101001111000101011001010101111111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,148,83); }

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

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

 a { background-color: rgb(75,148,83); }

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

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

 span { border-color: rgb(75,148,83); }

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