#367945

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

Shades of Amazon #367945

Tints of Amazon #367945

Color information

#367945 (or 0x367945) is unknown color: approx Amazon. HEX triplet: 36, 79 and 45. RGB value is (54,121,69). Sum of RGB (Red+Green+Blue) = 54+121+69=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #367945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367945 is #C986BA. Grayscale: #5F5F5F. Windows color (decimal): -13207227 or 4553014. OLE color: 4553014.

HSL color Cylindrical-coordinate representation of color #367945: hue angle of 133.43º 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 #367945 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB5412169-
CMYK0.5500.430.53
HSL133.43º38.29%34.31%-
HSV(B)133.43º55.37%47.45%-
XYZ9.4314.898.01-
YUV95.04113.398.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 121 (47.66% from 255) = 49.59%
BLUE value IS 69 (27.34% from 255) = 28.28%
R=22.13%
G=49.59%
B=28.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54121690.5500.430.53133.4338.2934.31
Hex3679453702B35852622
Octal6617110567053652054642
Binary11011011110011000101110111010101111010110000101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367945; }

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

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

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

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

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

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

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

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