#4CBB52

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

Shades of Fruit Salad #4CBB52

Tints of Fruit Salad #4CBB52

Color information

#4CBB52 (or 0x4CBB52) is unknown color: approx Fruit Salad. HEX triplet: 4C, BB and 52. RGB value is (76,187,82). Sum of RGB (Red+Green+Blue) = 76+187+82=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBB52 is #B344AD. Grayscale: #8E8E8E. Windows color (decimal): -11748526 or 5421900. OLE color: 5421900.

HSL color Cylindrical-coordinate representation of color #4CBB52: hue angle of 123.24º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBB52 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB7618782-
CMYK0.5900.560.27
HSL123.24º44.94%51.57%-
HSV(B)123.24º59.36%73.33%-
XYZ22.2737.6914.08-
YUV141.8494.2381.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.03%
GREEN value IS 187 (73.44% from 255) = 54.20%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=22.03%
G=54.20%
B=23.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76187820.5900.560.27123.2444.9451.57
Hex4CBB523B0381B7b2d34
Octal11427312273070331735564
Binary10011001011101110100101110110111000110111111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,187,82); }

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

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

 a { background-color: rgb(76,187,82); }

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

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

 span { border-color: rgb(76,187,82); }

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