#368045

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

Shades of Amazon #368045

Tints of Amazon #368045

Color information

#368045 (or 0x368045) is unknown color: approx Amazon. HEX triplet: 36, 80 and 45. RGB value is (54,128,69). Sum of RGB (Red+Green+Blue) = 54+128+69=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #368045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368045 is #C97FBA. Grayscale: #636363. Windows color (decimal): -13205435 or 4554806. OLE color: 4554806.

HSL color Cylindrical-coordinate representation of color #368045: hue angle of 132.16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368045 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB5412869-
CMYK0.5800.460.50
HSL132.16º40.66%35.69%-
HSV(B)132.16º57.81%50.2%-
XYZ10.3116.658.3-
YUV99.15110.9895.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 128 (50.39% from 255) = 51.00%
BLUE value IS 69 (27.34% from 255) = 27.49%
R=21.51%
G=51.00%
B=27.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128690.5800.460.50132.1640.6635.69
Hex3680453A02E32842924
Octal6620010572056622045144
Binary110110100000001000101111010010111011001010000100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368045; }

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

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

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

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

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

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

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

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