#388254

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

Shades of Amazon #388254

Tints of Amazon #388254

Color information

#388254 (or 0x388254) is unknown color: approx Amazon. HEX triplet: 38, 82 and 54. RGB value is (56,130,84). Sum of RGB (Red+Green+Blue) = 56+130+84=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #388254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388254 is #C77DAB. Grayscale: #666666. Windows color (decimal): -13073836 or 5538360. OLE color: 5538360.

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

Color convert

RGB5613084-
CMYK0.5700.350.49
HSL142.7º39.78%36.47%-
HSV(B)142.7º56.92%50.98%-
XYZ11.2117.4511.16-
YUV102.63117.4894.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=20.74%
G=48.15%
B=31.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130840.5700.350.49142.739.7836.47
Hex38825439023318f2824
Octal7020212471043612175044
Binary111000100000101010100111001010001111000110001111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388254; }

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

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

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

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

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

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

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

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