#38795A

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

Shades of Amazon #38795A

Tints of Amazon #38795A

Color information

#38795A (or 0x38795A) is unknown color: approx Amazon. HEX triplet: 38, 79 and 5A. RGB value is (56,121,90). Sum of RGB (Red+Green+Blue) = 56+121+90=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #38795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38795A is #C786A5. Grayscale: #626262. Windows color (decimal): -13076134 or 5929272. OLE color: 5929272.

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

Color convert

RGB5612190-
CMYK0.5400.260.53
HSL151.38º36.72%34.71%-
HSV(B)151.38º53.72%47.45%-
XYZ10.3115.2512.07-
YUV98.03123.4798.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=20.97%
G=45.32%
B=33.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121900.5400.260.53151.3836.7234.71
Hex38795A3601A35972523
Octal7017113266032652274543
Binary1110001111001101101011011001101011010110010111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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