#388550

Color #388550 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #388550

Tints of Amazon #388550

Color information

#388550 (or 0x388550) is unknown color: approx Amazon. HEX triplet: 38, 85 and 50. RGB value is (56,133,80). Sum of RGB (Red+Green+Blue) = 56+133+80=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #388550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388550 is #C77AAF. Grayscale: #686868. Windows color (decimal): -13073072 or 5276984. OLE color: 5276984.

HSL color Cylindrical-coordinate representation of color #388550: hue angle of 138.7º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388550 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB5613380-
CMYK0.5800.400.48
HSL138.7º40.74%37.06%-
HSV(B)138.7º57.89%52.16%-
XYZ11.4718.1910.5-
YUV103.94114.4993.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 133 (52.34% from 255) = 49.44%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=20.82%
G=49.44%
B=29.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133800.5800.400.48138.740.7437.06
Hex3885503A028308b2925
Octal7020512072050602135145
Binary111000100001011010000111010010100011000010001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388550; }

 p { color: rgb(56,133,80); }

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

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

 a { background-color: rgb(56,133,80); }

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

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

 span { border-color: rgb(56,133,80); }

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