#4CB145

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

Shades of Fruit Salad #4CB145

Tints of Fruit Salad #4CB145

Color information

#4CB145 (or 0x4CB145) is unknown color: approx Fruit Salad. HEX triplet: 4C, B1 and 45. RGB value is (76,177,69). Sum of RGB (Red+Green+Blue) = 76+177+69=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 177 (69.53% from 255 or 54.97% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB145 is #B34EBA. Grayscale: #868686. Windows color (decimal): -11751099 or 4567372. OLE color: 4567372.

HSL color Cylindrical-coordinate representation of color #4CB145: hue angle of 116.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CB145 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB7617769-
CMYK0.5700.610.31
HSL116.11º43.9%48.24%-
HSV(B)116.11º61.02%69.41%-
XYZ19.7833.4111.04-
YUV134.4991.0486.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.60%
GREEN value IS 177 (69.53% from 255) = 54.97%
BLUE value IS 69 (27.34% from 255) = 21.43%
R=23.60%
G=54.97%
B=21.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76177690.5700.610.31116.1143.948.24
Hex4CB1453903D1F742c30
Octal11426110571075371645460
Binary10011001011000110001011110010111101111111110100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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