#38805A

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

Shades of Amazon #38805A

Tints of Amazon #38805A

Color information

#38805A (or 0x38805A) is unknown color: approx Amazon. HEX triplet: 38, 80 and 5A. RGB value is (56,128,90). Sum of RGB (Red+Green+Blue) = 56+128+90=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #38805A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38805A is #C77FA5. Grayscale: #666666. Windows color (decimal): -13074342 or 5931064. OLE color: 5931064.

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

Color convert

RGB5612890-
CMYK0.5600.300.50
HSL148.33º39.13%36.08%-
HSV(B)148.33º56.25%50.2%-
XYZ11.217.0212.37-
YUV102.14121.1595.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=20.44%
G=46.72%
B=32.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128900.5600.300.50148.3339.1336.08
Hex38805A3801E32942724
Octal7020013270036622244744
Binary11100010000000101101011100001111011001010010100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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