#38A040

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

Shades of Fruit Salad #38A040

Tints of Fruit Salad #38A040

Color information

#38A040 (or 0x38A040) is unknown color: approx Fruit Salad. HEX triplet: 38, A0 and 40. RGB value is (56,160,64). Sum of RGB (Red+Green+Blue) = 56+160+64=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #38A040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A040 is #C75FBF. Grayscale: #767676. Windows color (decimal): -13066176 or 4235320. OLE color: 4235320.

HSL color Cylindrical-coordinate representation of color #38A040: hue angle of 124.62º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A040 is Cyan = 0.65, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB5616064-
CMYK0.6500.60.37
HSL124.62º48.15%42.35%-
HSV(B)124.62º65%62.75%-
XYZ15.1326.359.14-
YUV117.9697.5483.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 160 (62.89% from 255) = 57.14%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=20%
G=57.14%
B=22.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56160640.6500.60.37124.6248.1542.35
Hex38A0404103C257d302a
Octal70240100101074451756052
Binary111000101000001000000100000101111001001011111101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,160,64); }

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

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

 a { background-color: rgb(56,160,64); }

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

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

 span { border-color: rgb(56,160,64); }

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