#38794C

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

Shades of Amazon #38794C

Tints of Amazon #38794C

Color information

#38794C (or 0x38794C) is unknown color: approx Amazon. HEX triplet: 38, 79 and 4C. RGB value is (56,121,76). Sum of RGB (Red+Green+Blue) = 56+121+76=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #38794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38794C is #C786B3. Grayscale: #606060. Windows color (decimal): -13076148 or 5011768. OLE color: 5011768.

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

Color convert

RGB5612176-
CMYK0.5400.370.53
HSL138.46º36.72%34.71%-
HSV(B)138.46º53.72%47.45%-
XYZ9.7715.049.22-
YUV96.44116.4799.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 121 (47.66% from 255) = 47.83%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=22.13%
G=47.83%
B=30.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121760.5400.370.53138.4636.7234.71
Hex38794C36025358a2523
Octal7017111466045652124543
Binary11100011110011001100110110010010111010110001010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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