#38794B

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

Shades of Amazon #38794B

Tints of Amazon #38794B

Color information

#38794B (or 0x38794B) is unknown color: approx Amazon. HEX triplet: 38, 79 and 4B. RGB value is (56,121,75). Sum of RGB (Red+Green+Blue) = 56+121+75=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #38794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38794B is #C786B4. Grayscale: #606060. Windows color (decimal): -13076149 or 4946232. OLE color: 4946232.

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

Color convert

RGB5612175-
CMYK0.5400.380.53
HSL137.54º36.72%34.71%-
HSV(B)137.54º53.72%47.45%-
XYZ9.7415.029.04-
YUV96.32115.9799.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=22.22%
G=48.02%
B=29.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121750.5400.380.53137.5436.7234.71
Hex38794B36026358a2523
Octal7017111366046652124543
Binary11100011110011001011110110010011011010110001010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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