Html Css Color HEX #4CA053 Fruit Salad

📋 copy color: '#4CA053'

red 76 ◦ green 160 ◦ blue 83

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

Shades of Fruit Salad #4CA053

Tints of Fruit Salad #4CA053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 23.82%
G = 50.16%
B = 26.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#4CA053 (or 0x4CA053) is known color: Fruit Salad. HEX triplet: 4C, A0 and 53. RGB value is (76,160,83). Sum of RGB (Red+Green+Blue) = 76+160+83=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA053 is #B35FAC. Grayscale: #7E7E7E. Windows color (decimal): -11755437 or 5480524. OLE color: 5480524.

HSL color Cylindrical-coordinate representation of color #4CA053: hue angle of 125º 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 #4CA053 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 76 160 83 -
CMYK 0.52 0 0.48 0.37
HSL 125º 0.36% 0.46% -
HSV(B) 125º 0.53% 0.63% -
XYZ 17.11 27.3 12.55 -
YUV 126.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 76 160 83 0.52 0 0.48 0.37 125 0.36 0.46
Hex 4C A0 53 34 0 30 25 7D 24 2E
Octal 114 240 123 64 0 60 45 175 44 56
Binary 1001100 10100000 1010011 110100 0 110000 100101 1111101 100100 101110

Color Harmonies of #4CA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA053

Black with #4CA053

Text Example


Text Example

White with #4CA053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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