#388556

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

Shades of Amazon #388556

Tints of Amazon #388556

Color information

#388556 (or 0x388556) is unknown color: approx Amazon. HEX triplet: 38, 85 and 56. RGB value is (56,133,86). Sum of RGB (Red+Green+Blue) = 56+133+86=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #388556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388556 is #C77AA9. Grayscale: #686868. Windows color (decimal): -13073066 or 5670200. OLE color: 5670200.

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

Color convert

RGB5613386-
CMYK0.5800.350.48
HSL143.38º40.74%37.06%-
HSV(B)143.38º57.89%52.16%-
XYZ11.718.2911.72-
YUV104.62117.4993.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=20.36%
G=48.36%
B=31.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133860.5800.350.48143.3840.7437.06
Hex3885563A023308f2925
Octal7020512672043602175145
Binary111000100001011010110111010010001111000010001111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388556; }

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

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

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

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

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

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

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

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