Html Css Color HEX #3AAA38 Fruit Salad

📋 copy color: '#3AAA38'

red 58 ◦ green 170 ◦ blue 56

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

Shades of Fruit Salad #3AAA38

Tints of Fruit Salad #3AAA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 20.42%
G = 59.86%
B = 19.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#3AAA38 (or 0x3AAA38) is known color: Fruit Salad. HEX triplet: 3A, AA and 38. RGB value is (58,170,56). Sum of RGB (Red+Green+Blue) = 58+170+56=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA38 is #C555C7. Grayscale: #7B7B7B. Windows color (decimal): -12932552 or 3713594. OLE color: 3713594.

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

Color convert

RGB 58 170 56 -
CMYK 0.66 0 0.67 0.33
HSL 118.95º 0.5% 0.44% -
HSV(B) 118.95º 0.67% 0.67% -
XYZ 16.83 29.93 8.63 -
YUV 123.52 89.89 81.27 -
System Red Green Blue C M Y K H S L
Decimal 58 170 56 0.66 0 0.67 0.33 118.95 0.5 0.44
Hex 3A AA 38 42 0 43 21 77 32 2C
Octal 72 252 70 102 0 103 41 167 62 54
Binary 111010 10101010 111000 1000010 0 1000011 100001 1110111 110010 101100

Color Harmonies of #3AAA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA38

Black with #3AAA38

Text Example


Text Example

White with #3AAA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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