#388253

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

Shades of Amazon #388253

Tints of Amazon #388253

Color information

#388253 (or 0x388253) is unknown color: approx Amazon. HEX triplet: 38, 82 and 53. RGB value is (56,130,83). Sum of RGB (Red+Green+Blue) = 56+130+83=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #388253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388253 is #C77DAC. Grayscale: #666666. Windows color (decimal): -13073837 or 5472824. OLE color: 5472824.

HSL color Cylindrical-coordinate representation of color #388253: hue angle of 141.89º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388253 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB5613083-
CMYK0.5700.360.49
HSL141.89º39.78%36.47%-
HSV(B)141.89º56.92%50.98%-
XYZ11.1717.4310.96-
YUV102.52116.9894.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=20.82%
G=48.33%
B=30.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130830.5700.360.49141.8939.7836.47
Hex38825339024318e2824
Octal7020212371044612165044
Binary111000100000101010011111001010010011000110001110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388253; }

 p { color: rgb(56,130,83); }

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

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

 a { background-color: rgb(56,130,83); }

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

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

 span { border-color: rgb(56,130,83); }

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