#38874D

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

Shades of Amazon #38874D

Tints of Amazon #38874D

Color information

#38874D (or 0x38874D) is unknown color: approx Amazon. HEX triplet: 38, 87 and 4D. RGB value is (56,135,77). Sum of RGB (Red+Green+Blue) = 56+135+77=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #38874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38874D is #C778B2. Grayscale: #686868. Windows color (decimal): -13072563 or 5080888. OLE color: 5080888.

HSL color Cylindrical-coordinate representation of color #38874D: hue angle of 135.95º 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 #38874D is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB5613577-
CMYK0.5900.430.47
HSL135.95º41.36%37.45%-
HSV(B)135.95º58.52%52.94%-
XYZ11.6318.710.02-
YUV104.77112.3393.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 135 (53.12% from 255) = 50.37%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=20.90%
G=50.37%
B=28.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135770.5900.430.47135.9541.3637.45
Hex38874D3B02B2F882925
Octal7020711573053572105145
Binary111000100001111001101111011010101110111110001000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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