#38794D

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

Shades of Amazon #38794D

Tints of Amazon #38794D

Color information

#38794D (or 0x38794D) is unknown color: approx Amazon. HEX triplet: 38, 79 and 4D. RGB value is (56,121,77). Sum of RGB (Red+Green+Blue) = 56+121+77=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #38794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38794D is #C786B2. Grayscale: #606060. Windows color (decimal): -13076147 or 5077304. OLE color: 5077304.

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

Color convert

RGB5612177-
CMYK0.5400.360.53
HSL139.38º36.72%34.71%-
HSV(B)139.38º53.72%47.45%-
XYZ9.8115.059.41-
YUV96.55116.9799.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 121 (47.66% from 255) = 47.64%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=22.05%
G=47.64%
B=30.31%

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
Decimal56121770.5400.360.53139.3836.7234.71
Hex38794D36024358b2523
Octal7017111566044652134543
Binary11100011110011001101110110010010011010110001011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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