#388350

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

Shades of Amazon #388350

Tints of Amazon #388350

Color information

#388350 (or 0x388350) is unknown color: approx Amazon. HEX triplet: 38, 83 and 50. RGB value is (56,131,80). Sum of RGB (Red+Green+Blue) = 56+131+80=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #388350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388350 is #C77CAF. Grayscale: #666666. Windows color (decimal): -13073584 or 5276472. OLE color: 5276472.

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

Color convert

RGB5613180-
CMYK0.5700.390.49
HSL139.2º40.11%36.67%-
HSV(B)139.2º57.25%51.37%-
XYZ11.217.6510.41-
YUV102.76115.1594.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=20.97%
G=49.06%
B=29.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56131800.5700.390.49139.240.1136.67
Hex38835039027318b2825
Octal7020312071047612135045
Binary111000100000111010000111001010011111000110001011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388350; }

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

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

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

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

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

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

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

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