#38805B

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

Shades of Amazon #38805B

Tints of Amazon #38805B

Color information

#38805B (or 0x38805B) is unknown color: approx Amazon. HEX triplet: 38, 80 and 5B. RGB value is (56,128,91). Sum of RGB (Red+Green+Blue) = 56+128+91=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #38805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38805B is #C77FA4. Grayscale: #666666. Windows color (decimal): -13074341 or 5996600. OLE color: 5996600.

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

Color convert

RGB5612891-
CMYK0.5600.290.50
HSL149.17º39.13%36.08%-
HSV(B)149.17º56.25%50.2%-
XYZ11.2417.0312.59-
YUV102.25121.6595.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=20.36%
G=46.55%
B=33.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128910.5600.290.50149.1739.1336.08
Hex38805B3801D32952724
Octal7020013370035622254744
Binary11100010000000101101111100001110111001010010101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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