Html Css Color HEX #3CAA48 Fruit Salad

📋 copy color: '#3CAA48'

red 60 ◦ green 170 ◦ blue 72

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

Shades of Fruit Salad #3CAA48

Tints of Fruit Salad #3CAA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 19.87%
G = 56.29%
B = 23.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#3CAA48 (or 0x3CAA48) is known color: Fruit Salad. HEX triplet: 3C, AA and 48. RGB value is (60,170,72). Sum of RGB (Red+Green+Blue) = 60+170+72=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA48 is #C355B7. Grayscale: #7E7E7E. Windows color (decimal): -12801464 or 4762172. OLE color: 4762172.

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

Color convert

RGB 60 170 72 -
CMYK 0.65 0 0.58 0.33
HSL 126.55º 0.48% 0.45% -
HSV(B) 126.55º 0.65% 0.67% -
XYZ 17.41 30.18 11.04 -
YUV 125.94 97.56 80.97 -
System Red Green Blue C M Y K H S L
Decimal 60 170 72 0.65 0 0.58 0.33 126.55 0.48 0.45
Hex 3C AA 48 41 0 3A 21 7F 30 2D
Octal 74 252 110 101 0 72 41 177 60 55
Binary 111100 10101010 1001000 1000001 0 111010 100001 1111111 110000 101101

Color Harmonies of #3CAA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA48

Black with #3CAA48

Text Example


Text Example

White with #3CAA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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