#37854B

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

Shades of Amazon #37854B

Tints of Amazon #37854B

Color information

#37854B (or 0x37854B) is unknown color: approx Amazon. HEX triplet: 37, 85 and 4B. RGB value is (55,133,75). Sum of RGB (Red+Green+Blue) = 55+133+75=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #37854B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37854B is #C87AB4. Grayscale: #676767. Windows color (decimal): -13138613 or 4949303. OLE color: 4949303.

HSL color Cylindrical-coordinate representation of color #37854B: hue angle of 135.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37854B is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB5513375-
CMYK0.5900.440.48
HSL135.38º41.49%36.86%-
HSV(B)135.38º58.65%52.16%-
XYZ11.2318.19.56-
YUV103.07112.1693.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 133 (52.34% from 255) = 50.57%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=20.91%
G=50.57%
B=28.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55133750.5900.440.48135.3841.4936.86
Hex37854B3B02C30872925
Octal6720511373054602075145
Binary110111100001011001011111011010110011000010000111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,133,75); }

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

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

 a { background-color: rgb(55,133,75); }

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

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

 span { border-color: rgb(55,133,75); }

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