#38AD44

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

Shades of Fruit Salad #38AD44

Tints of Fruit Salad #38AD44

Color information

#38AD44 (or 0x38AD44) is unknown color: approx Fruit Salad. HEX triplet: 38, AD and 44. RGB value is (56,173,68). Sum of RGB (Red+Green+Blue) = 56+173+68=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AD44 is #C752BB. Grayscale: #7E7E7E. Windows color (decimal): -13062844 or 4500792. OLE color: 4500792.

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

Color convert

RGB5617368-
CMYK0.6800.610.32
HSL126.15º51.09%44.9%-
HSV(B)126.15º67.63%67.84%-
XYZ17.6231.1510.55-
YUV126.0595.2478.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 173 (67.97% from 255) = 58.25%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=18.86%
G=58.25%
B=22.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56173680.6800.610.32126.1551.0944.9
Hex38AD444403D207e332d
Octal70255104104075401766355
Binary111000101011011000100100010001111011000001111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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