#388148

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

Shades of Amazon #388148

Tints of Amazon #388148

Color information

#388148 (or 0x388148) is unknown color: approx Amazon. HEX triplet: 38, 81 and 48. RGB value is (56,129,72). Sum of RGB (Red+Green+Blue) = 56+129+72=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #388148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388148 is #C77EB7. Grayscale: #646464. Windows color (decimal): -13074104 or 4751672. OLE color: 4751672.

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

Color convert

RGB5612972-
CMYK0.5700.440.49
HSL133.15º39.46%36.27%-
HSV(B)133.15º56.59%50.59%-
XYZ10.6517.018.85-
YUV100.68111.8296.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 129 (50.78% from 255) = 50.19%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=21.79%
G=50.19%
B=28.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129720.5700.440.49133.1539.4636.27
Hex3881483902C31852724
Octal7020111071054612054744
Binary111000100000011001000111001010110011000110000101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388148; }

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

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

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

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

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

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

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

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