#368945

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

Shades of Amazon #368945

Tints of Amazon #368945

Color information

#368945 (or 0x368945) is unknown color: approx Amazon. HEX triplet: 36, 89 and 45. RGB value is (54,137,69). Sum of RGB (Red+Green+Blue) = 54+137+69=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #368945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368945 is #C976BA. Grayscale: #686868. Windows color (decimal): -13203131 or 4557110. OLE color: 4557110.

HSL color Cylindrical-coordinate representation of color #368945: hue angle of 130.84º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368945 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB5413769-
CMYK0.6100.500.46
HSL130.84º43.46%37.45%-
HSV(B)130.84º60.58%53.73%-
XYZ11.5419.118.71-
YUV104.4310892.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 137 (53.91% from 255) = 52.69%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=20.77%
G=52.69%
B=26.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54137690.6100.500.46130.8443.4637.45
Hex3689453D0322E832b25
Octal6621110575062562035345
Binary110110100010011000101111101011001010111010000011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368945; }

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

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

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

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

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

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

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

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