#4B9345

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

Shades of Fruit Salad #4B9345

Tints of Fruit Salad #4B9345

Color information

#4B9345 (or 0x4B9345) is unknown color: approx Fruit Salad. HEX triplet: 4B, 93 and 45. RGB value is (75,147,69). Sum of RGB (Red+Green+Blue) = 75+147+69=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9345 is #B46CBA. Grayscale: #747474. Windows color (decimal): -11824315 or 4559691. OLE color: 4559691.

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

Color convert

RGB7514769-
CMYK0.4900.530.42
HSL115.38º36.11%42.35%-
HSV(B)115.38º53.06%57.65%-
XYZ14.4122.799.27-
YUV116.58101.1598.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.77%
GREEN value IS 147 (57.81% from 255) = 50.52%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=25.77%
G=50.52%
B=23.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75147690.4900.530.42115.3836.1142.35
Hex4B9345310352A73242a
Octal11322310561065521634452
Binary100101110010011100010111000101101011010101110011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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