#38794A

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

Shades of Amazon #38794A

Tints of Amazon #38794A

Color information

#38794A (or 0x38794A) is unknown color: approx Amazon. HEX triplet: 38, 79 and 4A. RGB value is (56,121,74). Sum of RGB (Red+Green+Blue) = 56+121+74=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #38794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38794A is #C786B5. Grayscale: #606060. Windows color (decimal): -13076150 or 4880696. OLE color: 4880696.

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

Color convert

RGB5612174-
CMYK0.5400.390.53
HSL136.62º36.72%34.71%-
HSV(B)136.62º53.72%47.45%-
XYZ9.715.018.86-
YUV96.21115.4799.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 121 (47.66% from 255) = 48.21%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=22.31%
G=48.21%
B=29.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121740.5400.390.53136.6236.7234.71
Hex38794A3602735892523
Octal7017111266047652114543
Binary11100011110011001010110110010011111010110001001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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