#367850

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

Shades of Amazon #367850

Tints of Amazon #367850

Color information

#367850 (or 0x367850) is unknown color: approx Amazon. HEX triplet: 36, 78 and 50. RGB value is (54,120,80). Sum of RGB (Red+Green+Blue) = 54+120+80=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #367850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367850 is #C987AF. Grayscale: #5F5F5F. Windows color (decimal): -13207472 or 5273654. OLE color: 5273654.

HSL color Cylindrical-coordinate representation of color #367850: hue angle of 143.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367850 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB5412080-
CMYK0.5500.330.53
HSL143.64º37.93%34.12%-
HSV(B)143.64º55%47.06%-
XYZ9.6914.89.93-
YUV95.71119.1398.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 80 (31.64% from 255) = 31.50%
R=21.26%
G=47.24%
B=31.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120800.5500.330.53143.6437.9334.12
Hex3678503702135902622
Octal6617012067041652204642
Binary11011011110001010000110111010000111010110010000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367850; }

 p { color: rgb(54,120,80); }

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

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

 a { background-color: rgb(54,120,80); }

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

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

 span { border-color: rgb(54,120,80); }

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