#38A440

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

Shades of Fruit Salad #38A440

Tints of Fruit Salad #38A440

Color information

#38A440 (or 0x38A440) is unknown color: approx Fruit Salad. HEX triplet: 38, A4 and 40. RGB value is (56,164,64). Sum of RGB (Red+Green+Blue) = 56+164+64=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 164 (64.45% from 255 or 57.75% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 164 - color contains mainly: green. Hex color #38A440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A440 is #C75BBF. Grayscale: #787878. Windows color (decimal): -13065152 or 4236344. OLE color: 4236344.

HSL color Cylindrical-coordinate representation of color #38A440: hue angle of 124.44º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A440 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB5616464-
CMYK0.6600.610.36
HSL124.44º49.09%43.14%-
HSV(B)124.44º65.85%64.31%-
XYZ15.8327.769.37-
YUV120.3196.2282.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 164 (64.45% from 255) = 57.75%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=19.72%
G=57.75%
B=22.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56164640.6600.610.36124.4449.0943.14
Hex38A4404203D247c312b
Octal70244100102075441746153
Binary111000101001001000000100001001111011001001111100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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