#4CB745

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

Shades of Fruit Salad #4CB745

Tints of Fruit Salad #4CB745

Color information

#4CB745 (or 0x4CB745) is unknown color: approx Fruit Salad. HEX triplet: 4C, B7 and 45. RGB value is (76,183,69). Sum of RGB (Red+Green+Blue) = 76+183+69=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB745 is #B348BA. Grayscale: #8A8A8A. Windows color (decimal): -11749563 or 4568908. OLE color: 4568908.

HSL color Cylindrical-coordinate representation of color #4CB745: hue angle of 116.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CB745 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB7618369-
CMYK0.5800.620.28
HSL116.32º45.24%49.41%-
HSV(B)116.32º62.3%71.76%-
XYZ20.9935.8311.44-
YUV138.0189.0583.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.17%
GREEN value IS 183 (71.88% from 255) = 55.79%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=23.17%
G=55.79%
B=21.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal76183690.5800.620.28116.3245.2449.41
Hex4CB7453A03E1C742d31
Octal11426710572076341645561
Binary10011001011011110001011110100111110111001110100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,183,69); }

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

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

 a { background-color: rgb(76,183,69); }

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

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

 span { border-color: rgb(76,183,69); }

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