#367256

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

Shades of Amazon #367256

Tints of Amazon #367256

Color information

#367256 (or 0x367256) is unknown color: approx Amazon. HEX triplet: 36, 72 and 56. RGB value is (54,114,86). Sum of RGB (Red+Green+Blue) = 54+114+86=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #367256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367256 is #C98DA9. Grayscale: #5C5C5C. Windows color (decimal): -13209002 or 5665334. OLE color: 5665334.

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

Color convert

RGB5411486-
CMYK0.5300.250.55
HSL152º35.71%32.94%-
HSV(B)152º52.63%44.71%-
XYZ9.2213.4910.92-
YUV92.87124.12100.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=21.26%
G=44.88%
B=33.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114860.5300.250.5515235.7132.94
Hex3672563501937982421
Octal6616212665031672304441
Binary1101101110010101011011010101100111011110011000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367256; }

 p { color: rgb(54,114,86); }

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

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

 a { background-color: rgb(54,114,86); }

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

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

 span { border-color: rgb(54,114,86); }

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