#38825A

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

Shades of Amazon #38825A

Tints of Amazon #38825A

Color information

#38825A (or 0x38825A) is unknown color: approx Amazon. HEX triplet: 38, 82 and 5A. RGB value is (56,130,90). Sum of RGB (Red+Green+Blue) = 56+130+90=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #38825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38825A is #C77DA5. Grayscale: #676767. Windows color (decimal): -13073830 or 5931576. OLE color: 5931576.

HSL color Cylindrical-coordinate representation of color #38825A: hue angle of 147.57º degrees, saturation: 0.4, 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 #38825A is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB5613090-
CMYK0.5700.310.49
HSL147.57º39.78%36.47%-
HSV(B)147.57º56.92%50.98%-
XYZ11.4617.5412.46-
YUV103.31120.4894.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=20.29%
G=47.10%
B=32.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130900.5700.310.49147.5739.7836.47
Hex38825A3901F31942824
Octal7020213271037612245044
Binary11100010000010101101011100101111111000110010100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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