Html Css Color HEX #3CAA4D Fruit Salad

📋 copy color: '#3CAA4D'

red 60 ◦ green 170 ◦ blue 77

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

Shades of Fruit Salad #3CAA4D

Tints of Fruit Salad #3CAA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 19.54%
G = 55.37%
B = 25.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#3CAA4D (or 0x3CAA4D) is known color: Fruit Salad. HEX triplet: 3C, AA and 4D. RGB value is (60,170,77). Sum of RGB (Red+Green+Blue) = 60+170+77=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA4D is #C355B2. Grayscale: #7E7E7E. Windows color (decimal): -12801459 or 5089852. OLE color: 5089852.

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

Color convert

RGB 60 170 77 -
CMYK 0.65 0 0.55 0.33
HSL 129.27º 0.48% 0.45% -
HSV(B) 129.27º 0.65% 0.67% -
XYZ 17.58 30.25 11.93 -
YUV 126.51 100.06 80.56 -
System Red Green Blue C M Y K H S L
Decimal 60 170 77 0.65 0 0.55 0.33 129.27 0.48 0.45
Hex 3C AA 4D 41 0 37 21 81 30 2D
Octal 74 252 115 101 0 67 41 201 60 55
Binary 111100 10101010 1001101 1000001 0 110111 100001 10000001 110000 101101

Color Harmonies of #3CAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA4D

Black with #3CAA4D

Text Example


Text Example

White with #3CAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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