#4CB445

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

Shades of Fruit Salad #4CB445

Tints of Fruit Salad #4CB445

Color information

#4CB445 (or 0x4CB445) is unknown color: approx Fruit Salad. HEX triplet: 4C, B4 and 45. RGB value is (76,180,69). Sum of RGB (Red+Green+Blue) = 76+180+69=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB445 is #B34BBA. Grayscale: #888888. Windows color (decimal): -11750331 or 4568140. OLE color: 4568140.

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

Color convert

RGB7618069-
CMYK0.5800.620.29
HSL116.22º44.58%48.82%-
HSV(B)116.22º61.67%70.59%-
XYZ20.3834.6111.24-
YUV136.2590.0485.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.38%
GREEN value IS 180 (70.70% from 255) = 55.38%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=23.38%
G=55.38%
B=21.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76180690.5800.620.29116.2244.5848.82
Hex4CB4453A03E1D742d31
Octal11426410572076351645561
Binary10011001011010010001011110100111110111011110100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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