Html Css Color HEX #3AAD38 Fruit Salad

📋 copy color: '#3AAD38'

red 58 ◦ green 173 ◦ blue 56

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

Shades of Fruit Salad #3AAD38

Tints of Fruit Salad #3AAD38

RGB

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

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

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

R = 20.21%
G = 60.28%
B = 19.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#3AAD38 (or 0x3AAD38) is known color: Fruit Salad. HEX triplet: 3A, AD and 38. RGB value is (58,173,56). Sum of RGB (Red+Green+Blue) = 58+173+56=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD38 is #C552C7. Grayscale: #7D7D7D. Windows color (decimal): -12931784 or 3714362. OLE color: 3714362.

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

Color convert

RGB 58 173 56 -
CMYK 0.66 0 0.68 0.32
HSL 118.97º 0.51% 0.45% -
HSV(B) 118.97º 0.68% 0.68% -
XYZ 17.4 31.07 8.82 -
YUV 125.28 88.9 80.01 -
System Red Green Blue C M Y K H S L
Decimal 58 173 56 0.66 0 0.68 0.32 118.97 0.51 0.45
Hex 3A AD 38 42 0 44 20 77 33 2D
Octal 72 255 70 102 0 104 40 167 63 55
Binary 111010 10101101 111000 1000010 0 1000100 100000 1110111 110011 101101

Color Harmonies of #3AAD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAD38

Black with #3AAD38

Text Example


Text Example

White with #3AAD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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