Html Css Color HEX #3AA94A Fruit Salad

📋 copy color: '#3AA94A'

red 58 ◦ green 169 ◦ blue 74

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

Shades of Fruit Salad #3AA94A

Tints of Fruit Salad #3AA94A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 56.15%

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 19.27%
G = 56.15%
B = 24.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#3AA94A (or 0x3AA94A) is known color: Fruit Salad. HEX triplet: 3A, A9 and 4A. RGB value is (58,169,74). Sum of RGB (Red+Green+Blue) = 58+169+74=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA94A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA94A is #C556B5. Grayscale: #7D7D7D. Windows color (decimal): -12932790 or 4892986. OLE color: 4892986.

HSL color Cylindrical-coordinate representation of color #3AA94A: hue angle of 128.65º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AA94A is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 58 169 74 -
CMYK 0.66 0 0.56 0.34
HSL 128.65º 0.49% 0.45% -
HSV(B) 128.65º 0.66% 0.66% -
XYZ 17.17 29.77 11.32 -
YUV 124.98 99.23 80.22 -
System Red Green Blue C M Y K H S L
Decimal 58 169 74 0.66 0 0.56 0.34 128.65 0.49 0.45
Hex 3A A9 4A 42 0 38 22 81 31 2D
Octal 72 251 112 102 0 70 42 201 61 55
Binary 111010 10101001 1001010 1000010 0 111000 100010 10000001 110001 101101

Color Harmonies of #3AA94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA94A

Black with #3AA94A

Text Example


Text Example

White with #3AA94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,169,74); }

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

background-color css

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

 a { background-color: rgb(58,169,74); }

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

border-color css

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

 span { border-color: rgb(58,169,74); }

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