Html Css Color HEX #4CAA3C Fruit Salad

📋 copy color: '#4CAA3C'

red 76 ◦ green 170 ◦ blue 60

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

Shades of Fruit Salad #4CAA3C

Tints of Fruit Salad #4CAA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.56%

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 24.84%
G = 55.56%
B = 19.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#4CAA3C (or 0x4CAA3C) is known color: Fruit Salad. HEX triplet: 4C, AA and 3C. RGB value is (76,170,60). Sum of RGB (Red+Green+Blue) = 76+170+60=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAA3C is #B355C3. Grayscale: #818181. Windows color (decimal): -11752900 or 3975756. OLE color: 3975756.

HSL color Cylindrical-coordinate representation of color #4CAA3C: hue angle of 111.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CAA3C is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 170 60 -
CMYK 0.55 0 0.65 0.33
HSL 111.27º 0.48% 0.45% -
HSV(B) 111.27º 0.65% 0.67% -
XYZ 18.17 30.61 9.23 -
YUV 129.35 88.86 89.94 -
System Red Green Blue C M Y K H S L
Decimal 76 170 60 0.55 0 0.65 0.33 111.27 0.48 0.45
Hex 4C AA 3C 37 0 41 21 6F 30 2D
Octal 114 252 74 67 0 101 41 157 60 55
Binary 1001100 10101010 111100 110111 0 1000001 100001 1101111 110000 101101

Color Harmonies of #4CAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAA3C

Black with #4CAA3C

Text Example


Text Example

White with #4CAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,170,60); }

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

background-color css

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

 a { background-color: rgb(76,170,60); }

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

border-color css

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

 span { border-color: rgb(76,170,60); }

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