#38AD49

Color #38AD49 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #38AD49

Tints of Fruit Salad #38AD49

Color information

#38AD49 (or 0x38AD49) is unknown color: approx Fruit Salad. HEX triplet: 38, AD and 49. RGB value is (56,173,73). Sum of RGB (Red+Green+Blue) = 56+173+73=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AD49 is #C752B6. Grayscale: #7E7E7E. Windows color (decimal): -13062839 or 4828472. OLE color: 4828472.

HSL color Cylindrical-coordinate representation of color #38AD49: hue angle of 128.72º 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 #38AD49 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB5617373-
CMYK0.6800.580.32
HSL128.72º51.09%44.9%-
HSV(B)128.72º67.63%67.84%-
XYZ17.7831.2111.39-
YUV126.6297.7477.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 173 (67.97% from 255) = 57.28%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=18.54%
G=57.28%
B=24.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56173730.6800.580.32128.7251.0944.9
Hex38AD494403A2081332d
Octal70255111104072402016355
Binary1110001010110110010011000100011101010000010000001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AD49; }

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

 H1.HeaderClassName
 {
   color: #38AD49;
 }
 .AnyTagClassName
 {
   color: #38AD49;
 }
</style>
background-color css

<style>
 a { background-color: #38AD49; }

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

 div.DivClassName
 {
   background-color: #38AD49;
 }
 .BgClassName
 {
   background-color: #38AD49;
 }
</style>
border-color css

<style>
 span { border-color: #38AD49; }

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

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