#38794E

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

Shades of Amazon #38794E

Tints of Amazon #38794E

Color information

#38794E (or 0x38794E) is unknown color: approx Amazon. HEX triplet: 38, 79 and 4E. RGB value is (56,121,78). Sum of RGB (Red+Green+Blue) = 56+121+78=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #38794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38794E is #C786B1. Grayscale: #606060. Windows color (decimal): -13076146 or 5142840. OLE color: 5142840.

HSL color Cylindrical-coordinate representation of color #38794E: hue angle of 140.31º 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 #38794E is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB5612178-
CMYK0.5400.360.53
HSL140.31º36.72%34.71%-
HSV(B)140.31º53.72%47.45%-
XYZ9.8415.079.6-
YUV96.66117.4799-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=21.96%
G=47.45%
B=30.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121780.5400.360.53140.3136.7234.71
Hex38794E36024358c2523
Octal7017111666044652144543
Binary11100011110011001110110110010010011010110001100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38794E; }

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

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

<style>
 a { background-color: #38794E; }

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

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

<style>
 span { border-color: #38794E; }

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

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