#4CB148

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

Shades of Fruit Salad #4CB148

Tints of Fruit Salad #4CB148

Color information

#4CB148 (or 0x4CB148) is unknown color: approx Fruit Salad. HEX triplet: 4C, B1 and 48. RGB value is (76,177,72). Sum of RGB (Red+Green+Blue) = 76+177+72=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB148 is #B34EB7. Grayscale: #878787. Windows color (decimal): -11751096 or 4763980. OLE color: 4763980.

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

Color convert

RGB7617772-
CMYK0.5700.590.31
HSL117.71º42.17%48.82%-
HSV(B)117.71º59.32%69.41%-
XYZ19.8733.4511.54-
YUV134.8392.5486.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.38%
GREEN value IS 177 (69.53% from 255) = 54.46%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=23.38%
G=54.46%
B=22.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76177720.5700.590.31117.7142.1748.82
Hex4CB1483903B1F762a31
Octal11426111071073371665261
Binary10011001011000110010001110010111011111111110110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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