Html Css Color HEX #3AAD46 Fruit Salad

📋 copy color: '#3AAD46'

red 58 ◦ green 173 ◦ blue 70

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

Shades of Fruit Salad #3AAD46

Tints of Fruit Salad #3AAD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 19.27%
G = 57.48%
B = 23.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#3AAD46 (or 0x3AAD46) is known color: Fruit Salad. HEX triplet: 3A, AD and 46. RGB value is (58,173,70). Sum of RGB (Red+Green+Blue) = 58+173+70=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD46 is #C552B9. Grayscale: #7F7F7F. Windows color (decimal): -12931770 or 4631866. OLE color: 4631866.

HSL color Cylindrical-coordinate representation of color #3AAD46: hue angle of 126.26º 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 #3AAD46 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 173 70 -
CMYK 0.66 0 0.60 0.32
HSL 126.26º 0.5% 0.45% -
HSV(B) 126.26º 0.66% 0.68% -
XYZ 17.79 31.23 10.88 -
YUV 126.87 95.9 78.88 -
System Red Green Blue C M Y K H S L
Decimal 58 173 70 0.66 0 0.60 0.32 126.26 0.5 0.45
Hex 3A AD 46 42 0 3C 20 7E 32 2D
Octal 72 255 106 102 0 74 40 176 62 55
Binary 111010 10101101 1000110 1000010 0 111100 100000 1111110 110010 101101

Color Harmonies of #3AAD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAD46

Black with #3AAD46

Text Example


Text Example

White with #3AAD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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