Html Css Color HEX #4CA050 Fruit Salad

📋 copy color: '#4CA050'

red 76 ◦ green 160 ◦ blue 80

#4CA050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #4CA050

Tints of Fruit Salad #4CA050

RGB

 RED value IS 76 (30.08% from 255) = 24.05%

 GREEN value IS 160 (62.89% from 255) = 50.63%

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 24.05%
G = 50.63%
B = 25.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#4CA050 (or 0x4CA050) is known color: Fruit Salad. HEX triplet: 4C, A0 and 50. RGB value is (76,160,80). Sum of RGB (Red+Green+Blue) = 76+160+80=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA050 is #B35FAF. Grayscale: #7D7D7D. Windows color (decimal): -11755440 or 5283916. OLE color: 5283916.

HSL color Cylindrical-coordinate representation of color #4CA050: hue angle of 122.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4CA050 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 76 160 80 -
CMYK 0.52 0 0.5 0.37
HSL 122.86º 0.36% 0.46% -
HSV(B) 122.86º 0.53% 0.63% -
XYZ 17 27.26 11.95 -
YUV 125.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 76 160 80 0.52 0 0.5 0.37 122.86 0.36 0.46
Hex 4C A0 50 34 0 32 25 7B 24 2E
Octal 114 240 120 64 0 62 45 173 44 56
Binary 1001100 10100000 1010000 110100 0 110010 100101 1111011 100100 101110

Color Harmonies of #4CA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA050

Black with #4CA050

Text Example


Text Example

White with #4CA050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,160,80); }

 H1.HeaderClassName
 {
   color: #4CA050;
 }
 .AnyTagClassName
 {
   color: #4CA050;
 }
</style>

background-color css

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

 a { background-color: rgb(76,160,80); }

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

border-color css

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

 span { border-color: rgb(76,160,80); }

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