Html Css Color HEX #4CA456 Fruit Salad

📋 copy color: '#4CA456'

red 76 ◦ green 164 ◦ blue 86

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

Shades of Fruit Salad #4CA456

Tints of Fruit Salad #4CA456

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.31%

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 23.31%
G = 50.31%
B = 26.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#4CA456 (or 0x4CA456) is known color: Fruit Salad. HEX triplet: 4C, A4 and 56. RGB value is (76,164,86). Sum of RGB (Red+Green+Blue) = 76+164+86=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA456 is #B35BA9. Grayscale: #818181. Windows color (decimal): -11754410 or 5678156. OLE color: 5678156.

HSL color Cylindrical-coordinate representation of color #4CA456: hue angle of 126.82º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA456 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 164 86 -
CMYK 0.54 0 0.48 0.36
HSL 126.82º 0.37% 0.47% -
HSV(B) 126.82º 0.54% 0.64% -
XYZ 17.94 28.76 13.41 -
YUV 128.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 76 164 86 0.54 0 0.48 0.36 126.82 0.37 0.47
Hex 4C A4 56 36 0 30 24 7F 25 2F
Octal 114 244 126 66 0 60 44 177 45 57
Binary 1001100 10100100 1010110 110110 0 110000 100100 1111111 100101 101111

Color Harmonies of #4CA456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA456

Black with #4CA456

Text Example


Text Example

White with #4CA456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,164,86); }

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

background-color css

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

 a { background-color: rgb(76,164,86); }

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

border-color css

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

 span { border-color: rgb(76,164,86); }

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