Html Css Color HEX #3AAD49 Fruit Salad

📋 copy color: '#3AAD49'

red 58 ◦ green 173 ◦ blue 73

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

Shades of Fruit Salad #3AAD49

Tints of Fruit Salad #3AAD49

RGB

 RED value IS 58 (23.05% from 255) = 19.08%

 GREEN value IS 173 (67.97% from 255) = 56.91%

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

R = 19.08%
G = 56.91%
B = 24.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#3AAD49 (or 0x3AAD49) is known color: Fruit Salad. HEX triplet: 3A, AD and 49. RGB value is (58,173,73). Sum of RGB (Red+Green+Blue) = 58+173+73=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD49 is #C552B6. Grayscale: #7F7F7F. Windows color (decimal): -12931767 or 4828474. OLE color: 4828474.

HSL color Cylindrical-coordinate representation of color #3AAD49: hue angle of 127.83º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAD49 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 173 73 -
CMYK 0.66 0 0.58 0.32
HSL 127.83º 0.5% 0.45% -
HSV(B) 127.83º 0.66% 0.68% -
XYZ 17.89 31.27 11.4 -
YUV 127.22 97.4 78.63 -
System Red Green Blue C M Y K H S L
Decimal 58 173 73 0.66 0 0.58 0.32 127.83 0.5 0.45
Hex 3A AD 49 42 0 3A 20 80 32 2D
Octal 72 255 111 102 0 72 40 200 62 55
Binary 111010 10101101 1001001 1000010 0 111010 100000 10000000 110010 101101

Color Harmonies of #3AAD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAD49

Black with #3AAD49

Text Example


Text Example

White with #3AAD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,173,73); }

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

background-color css

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

 a { background-color: rgb(58,173,73); }

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

border-color css

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

 span { border-color: rgb(58,173,73); }

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