#38874E

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

Shades of Amazon #38874E

Tints of Amazon #38874E

Color information

#38874E (or 0x38874E) is unknown color: approx Amazon. HEX triplet: 38, 87 and 4E. RGB value is (56,135,78). Sum of RGB (Red+Green+Blue) = 56+135+78=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #38874E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38874E is #C778B1. Grayscale: #696969. Windows color (decimal): -13072562 or 5146424. OLE color: 5146424.

HSL color Cylindrical-coordinate representation of color #38874E: hue angle of 136.71º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38874E is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB5613578-
CMYK0.5900.420.47
HSL136.71º41.36%37.45%-
HSV(B)136.71º58.52%52.94%-
XYZ11.6718.7210.21-
YUV104.88112.8393.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=20.82%
G=50.19%
B=29.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135780.5900.420.47136.7141.3637.45
Hex38874E3B02A2F892925
Octal7020711673052572115145
Binary111000100001111001110111011010101010111110001001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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