#38AF44

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

Shades of Fruit Salad #38AF44

Tints of Fruit Salad #38AF44

Color information

#38AF44 (or 0x38AF44) is unknown color: approx Fruit Salad. HEX triplet: 38, AF and 44. RGB value is (56,175,68). Sum of RGB (Red+Green+Blue) = 56+175+68=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF44 is #C750BB. Grayscale: #7F7F7F. Windows color (decimal): -13062332 or 4501304. OLE color: 4501304.

HSL color Cylindrical-coordinate representation of color #38AF44: hue angle of 126.05º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF44 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB5617568-
CMYK0.6800.610.31
HSL126.05º51.52%45.29%-
HSV(B)126.05º68%68.63%-
XYZ1831.9210.68-
YUV127.2294.5877.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 175 (68.75% from 255) = 58.53%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=18.73%
G=58.53%
B=22.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175680.6800.610.31126.0551.5245.29
Hex38AF444403D1F7e342d
Octal70257104104075371766455
Binary11100010101111100010010001000111101111111111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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