#378751

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

Shades of Amazon #378751

Tints of Amazon #378751

Color information

#378751 (or 0x378751) is unknown color: approx Amazon. HEX triplet: 37, 87 and 51. RGB value is (55,135,81). Sum of RGB (Red+Green+Blue) = 55+135+81=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #378751 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378751 is #C878AE. Grayscale: #696969. Windows color (decimal): -13138095 or 5343031. OLE color: 5343031.

HSL color Cylindrical-coordinate representation of color #378751: hue angle of 139.5º degrees, saturation: 0.42, 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 #378751 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB5513581-
CMYK0.5900.400.47
HSL139.5º42.11%37.25%-
HSV(B)139.5º59.26%52.94%-
XYZ11.7218.7310.78-
YUV104.92114.592.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 135 (53.12% from 255) = 49.82%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=20.30%
G=49.82%
B=29.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55135810.5900.400.47139.542.1137.25
Hex3787513B0282F8c2a25
Octal6720712173050572145245
Binary110111100001111010001111011010100010111110001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378751; }

 p { color: rgb(55,135,81); }

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

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

 a { background-color: rgb(55,135,81); }

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

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

 span { border-color: rgb(55,135,81); }

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