#388450

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

Shades of Amazon #388450

Tints of Amazon #388450

Color information

#388450 (or 0x388450) is unknown color: approx Amazon. HEX triplet: 38, 84 and 50. RGB value is (56,132,80). Sum of RGB (Red+Green+Blue) = 56+132+80=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #388450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388450 is #C77BAF. Grayscale: #676767. Windows color (decimal): -13073328 or 5276728. OLE color: 5276728.

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

Color convert

RGB5613280-
CMYK0.5800.390.48
HSL138.95º40.43%36.86%-
HSV(B)138.95º57.58%51.76%-
XYZ11.3317.9210.45-
YUV103.35114.8294.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=20.90%
G=49.25%
B=29.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132800.5800.390.48138.9540.4336.86
Hex3884503A027308b2825
Octal7020412072047602135045
Binary111000100001001010000111010010011111000010001011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388450; }

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

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

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

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

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

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

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

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