#388552

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

Shades of Amazon #388552

Tints of Amazon #388552

Color information

#388552 (or 0x388552) is unknown color: approx Amazon. HEX triplet: 38, 85 and 52. RGB value is (56,133,82). Sum of RGB (Red+Green+Blue) = 56+133+82=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #388552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388552 is #C77AAD. Grayscale: #686868. Windows color (decimal): -13073070 or 5408056. OLE color: 5408056.

HSL color Cylindrical-coordinate representation of color #388552: hue angle of 140.26º 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 #388552 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB5613382-
CMYK0.5800.380.48
HSL140.26º40.74%37.06%-
HSV(B)140.26º57.89%52.16%-
XYZ11.5418.2310.89-
YUV104.16115.4993.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=20.66%
G=49.08%
B=30.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133820.5800.380.48140.2640.7437.06
Hex3885523A026308c2925
Octal7020512272046602145145
Binary111000100001011010010111010010011011000010001100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388552; }

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

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

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

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

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

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

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

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