#367D45

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

Shades of Amazon #367D45

Tints of Amazon #367D45

Color information

#367D45 (or 0x367D45) is unknown color: approx Amazon. HEX triplet: 36, 7D and 45. RGB value is (54,125,69). Sum of RGB (Red+Green+Blue) = 54+125+69=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #367D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D45 is #C982BA. Grayscale: #616161. Windows color (decimal): -13206203 or 4554038. OLE color: 4554038.

HSL color Cylindrical-coordinate representation of color #367D45: hue angle of 132.68º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367D45 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB5412569-
CMYK0.5700.450.51
HSL132.68º39.66%35.1%-
HSV(B)132.68º56.8%49.02%-
XYZ9.9315.888.17-
YUV97.39111.9897.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 125 (49.22% from 255) = 50.40%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=21.77%
G=50.40%
B=27.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54125690.5700.450.51132.6839.6635.1
Hex367D453902D33852823
Octal6617510571055632055043
Binary11011011111011000101111001010110111001110000101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367D45; }

 p { color: rgb(54,125,69); }

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

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

 a { background-color: rgb(54,125,69); }

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

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

 span { border-color: rgb(54,125,69); }

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