#38785A

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

Shades of Amazon #38785A

Tints of Amazon #38785A

Color information

#38785A (or 0x38785A) is unknown color: approx Amazon. HEX triplet: 38, 78 and 5A. RGB value is (56,120,90). Sum of RGB (Red+Green+Blue) = 56+120+90=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #38785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38785A is #C787A5. Grayscale: #616161. Windows color (decimal): -13076390 or 5929016. OLE color: 5929016.

HSL color Cylindrical-coordinate representation of color #38785A: hue angle of 151.88º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38785A is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB5612090-
CMYK0.5300.250.53
HSL151.88º36.36%34.51%-
HSV(B)151.88º53.33%47.06%-
XYZ10.1915.0112.03-
YUV97.44123.898.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=21.05%
G=45.11%
B=33.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120900.5300.250.53151.8836.3634.51
Hex38785A3501935982423
Octal7017013265031652304443
Binary1110001111000101101011010101100111010110011000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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