#388155

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

Shades of Amazon #388155

Tints of Amazon #388155

Color information

#388155 (or 0x388155) is unknown color: approx Amazon. HEX triplet: 38, 81 and 55. RGB value is (56,129,85). Sum of RGB (Red+Green+Blue) = 56+129+85=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #388155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388155 is #C77EAA. Grayscale: #666666. Windows color (decimal): -13074091 or 5603640. OLE color: 5603640.

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

Color convert

RGB5612985-
CMYK0.5700.340.49
HSL143.84º39.46%36.27%-
HSV(B)143.84º56.59%50.59%-
XYZ11.1217.211.33-
YUV102.16118.3295.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 129 (50.78% from 255) = 47.78%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=20.74%
G=47.78%
B=31.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129850.5700.340.49143.8439.4636.27
Hex3881553902231902724
Octal7020112571042612204744
Binary111000100000011010101111001010001011000110010000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388155; }

 p { color: rgb(56,129,85); }

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

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

 a { background-color: rgb(56,129,85); }

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

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

 span { border-color: rgb(56,129,85); }

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