Html Css Color HEX #3AAD44 Fruit Salad

📋 copy color: '#3AAD44'

red 58 ◦ green 173 ◦ blue 68

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

Shades of Fruit Salad #3AAD44

Tints of Fruit Salad #3AAD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 19.4%
G = 57.86%
B = 22.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#3AAD44 (or 0x3AAD44) is known color: Fruit Salad. HEX triplet: 3A, AD and 44. RGB value is (58,173,68). Sum of RGB (Red+Green+Blue) = 58+173+68=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD44 is #C552BB. Grayscale: #7E7E7E. Windows color (decimal): -12931772 or 4500794. OLE color: 4500794.

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

Color convert

RGB 58 173 68 -
CMYK 0.66 0 0.61 0.32
HSL 125.22º 0.5% 0.45% -
HSV(B) 125.22º 0.66% 0.68% -
XYZ 17.73 31.2 10.56 -
YUV 126.65 94.9 79.04 -
System Red Green Blue C M Y K H S L
Decimal 58 173 68 0.66 0 0.61 0.32 125.22 0.5 0.45
Hex 3A AD 44 42 0 3D 20 7D 32 2D
Octal 72 255 104 102 0 75 40 175 62 55
Binary 111010 10101101 1000100 1000010 0 111101 100000 1111101 110010 101101

Color Harmonies of #3AAD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAD44

Black with #3AAD44

Text Example


Text Example

White with #3AAD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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