Html Css Color HEX #3AAF49 Fruit Salad

📋 copy color: '#3AAF49'

red 58 ◦ green 175 ◦ blue 73

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

Shades of Fruit Salad #3AAF49

Tints of Fruit Salad #3AAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.19%

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

R = 18.95%
G = 57.19%
B = 23.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#3AAF49 (or 0x3AAF49) is known color: Fruit Salad. HEX triplet: 3A, AF and 49. RGB value is (58,175,73). Sum of RGB (Red+Green+Blue) = 58+175+73=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAF49 is #C550B6. Grayscale: #808080. Windows color (decimal): -12931255 or 4828986. OLE color: 4828986.

HSL color Cylindrical-coordinate representation of color #3AAF49: hue angle of 127.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF49 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 175 73 -
CMYK 0.67 0 0.58 0.31
HSL 127.69º 0.5% 0.46% -
HSV(B) 127.69º 0.67% 0.69% -
XYZ 18.28 32.04 11.52 -
YUV 128.39 96.74 77.79 -
System Red Green Blue C M Y K H S L
Decimal 58 175 73 0.67 0 0.58 0.31 127.69 0.5 0.46
Hex 3A AF 49 43 0 3A 1F 80 32 2E
Octal 72 257 111 103 0 72 37 200 62 56
Binary 111010 10101111 1001001 1000011 0 111010 11111 10000000 110010 101110

Color Harmonies of #3AAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAF49

Black with #3AAF49

Text Example


Text Example

White with #3AAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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