Html Css Color HEX #3AAA4A Fruit Salad

📋 copy color: '#3AAA4A'

red 58 ◦ green 170 ◦ blue 74

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

Shades of Fruit Salad #3AAA4A

Tints of Fruit Salad #3AAA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.29%

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

R = 19.21%
G = 56.29%
B = 24.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#3AAA4A (or 0x3AAA4A) is known color: Fruit Salad. HEX triplet: 3A, AA and 4A. RGB value is (58,170,74). Sum of RGB (Red+Green+Blue) = 58+170+74=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA4A is #C555B5. Grayscale: #7D7D7D. Windows color (decimal): -12932534 or 4893242. OLE color: 4893242.

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

Color convert

RGB 58 170 74 -
CMYK 0.66 0 0.56 0.33
HSL 128.57º 0.49% 0.45% -
HSV(B) 128.57º 0.66% 0.67% -
XYZ 17.36 30.14 11.38 -
YUV 125.57 98.89 79.81 -
System Red Green Blue C M Y K H S L
Decimal 58 170 74 0.66 0 0.56 0.33 128.57 0.49 0.45
Hex 3A AA 4A 42 0 38 21 81 31 2D
Octal 72 252 112 102 0 70 41 201 61 55
Binary 111010 10101010 1001010 1000010 0 111000 100001 10000001 110001 101101

Color Harmonies of #3AAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA4A

Black with #3AAA4A

Text Example


Text Example

White with #3AAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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