Html Css Color HEX #3AAA42 Fruit Salad

📋 copy color: '#3AAA42'

red 58 ◦ green 170 ◦ blue 66

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

Shades of Fruit Salad #3AAA42

Tints of Fruit Salad #3AAA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 19.73%
G = 57.82%
B = 22.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#3AAA42 (or 0x3AAA42) is known color: Fruit Salad. HEX triplet: 3A, AA and 42. RGB value is (58,170,66). Sum of RGB (Red+Green+Blue) = 58+170+66=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA42 is #C555BD. Grayscale: #7C7C7C. Windows color (decimal): -12932542 or 4368954. OLE color: 4368954.

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

Color convert

RGB 58 170 66 -
CMYK 0.66 0 0.61 0.33
HSL 124.29º 0.49% 0.45% -
HSV(B) 124.29º 0.66% 0.67% -
XYZ 17.1 30.04 10.05 -
YUV 124.66 94.89 80.46 -
System Red Green Blue C M Y K H S L
Decimal 58 170 66 0.66 0 0.61 0.33 124.29 0.49 0.45
Hex 3A AA 42 42 0 3D 21 7C 31 2D
Octal 72 252 102 102 0 75 41 174 61 55
Binary 111010 10101010 1000010 1000010 0 111101 100001 1111100 110001 101101

Color Harmonies of #3AAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA42

Black with #3AAA42

Text Example


Text Example

White with #3AAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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