#38804B

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

Shades of Amazon #38804B

Tints of Amazon #38804B

Color information

#38804B (or 0x38804B) is unknown color: approx Amazon. HEX triplet: 38, 80 and 4B. RGB value is (56,128,75). Sum of RGB (Red+Green+Blue) = 56+128+75=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #38804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38804B is #C77FB4. Grayscale: #646464. Windows color (decimal): -13074357 or 4948024. OLE color: 4948024.

HSL color Cylindrical-coordinate representation of color #38804B: hue angle of 135.83º 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 #38804B is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB5612875-
CMYK0.5600.410.50
HSL135.83º39.13%36.08%-
HSV(B)135.83º56.25%50.2%-
XYZ10.6216.799.34-
YUV100.43113.6596.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=21.62%
G=49.42%
B=28.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128750.5600.410.50135.8339.1336.08
Hex38804B3802932882724
Octal7020011370051622104744
Binary111000100000001001011111000010100111001010001000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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