#38804D

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

Shades of Amazon #38804D

Tints of Amazon #38804D

Color information

#38804D (or 0x38804D) is unknown color: approx Amazon. HEX triplet: 38, 80 and 4D. RGB value is (56,128,77). Sum of RGB (Red+Green+Blue) = 56+128+77=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #38804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38804D is #C77FB2. Grayscale: #646464. Windows color (decimal): -13074355 or 5079096. OLE color: 5079096.

HSL color Cylindrical-coordinate representation of color #38804D: hue angle of 137.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38804D is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB5612877-
CMYK0.5600.400.50
HSL137.5º39.13%36.08%-
HSV(B)137.5º56.25%50.2%-
XYZ10.6916.819.7-
YUV100.66114.6596.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 128 (50.39% from 255) = 49.04%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=21.46%
G=49.04%
B=29.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128770.5600.400.50137.539.1336.08
Hex38804D38028328a2724
Octal7020011570050622124744
Binary111000100000001001101111000010100011001010001010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38804D; }

 p { color: rgb(56,128,77); }

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

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

 a { background-color: rgb(56,128,77); }

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

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

 span { border-color: rgb(56,128,77); }

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