Html Css Color HEX #3CAA49 Fruit Salad

📋 copy color: '#3CAA49'

red 60 ◦ green 170 ◦ blue 73

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

Shades of Fruit Salad #3CAA49

Tints of Fruit Salad #3CAA49

RGB

 RED value IS 60 (23.83% from 255) = 19.8%

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

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 19.8%
G = 56.11%
B = 24.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#3CAA49 (or 0x3CAA49) is known color: Fruit Salad. HEX triplet: 3C, AA and 49. RGB value is (60,170,73). Sum of RGB (Red+Green+Blue) = 60+170+73=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA49 is #C355B6. Grayscale: #7E7E7E. Windows color (decimal): -12801463 or 4827708. OLE color: 4827708.

HSL color Cylindrical-coordinate representation of color #3CAA49: hue angle of 127.09º 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 #3CAA49 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 73 -
CMYK 0.65 0 0.57 0.33
HSL 127.09º 0.48% 0.45% -
HSV(B) 127.09º 0.65% 0.67% -
XYZ 17.44 30.19 11.21 -
YUV 126.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 60 170 73 0.65 0 0.57 0.33 127.09 0.48 0.45
Hex 3C AA 49 41 0 39 21 7F 30 2D
Octal 74 252 111 101 0 71 41 177 60 55
Binary 111100 10101010 1001001 1000001 0 111001 100001 1111111 110000 101101

Color Harmonies of #3CAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA49

Black with #3CAA49

Text Example


Text Example

White with #3CAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CAA49; }

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

 H1.HeaderClassName
 {
   color: #3CAA49;
 }
 .AnyTagClassName
 {
   color: #3CAA49;
 }
</style>

background-color css

<style>
 a { background-color: #3CAA49; }

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

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

border-color css

<style>
 span { border-color: #3CAA49; }

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

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