#368556

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

Shades of Amazon #368556

Tints of Amazon #368556

Color information

#368556 (or 0x368556) is unknown color: approx Amazon. HEX triplet: 36, 85 and 56. RGB value is (54,133,86). Sum of RGB (Red+Green+Blue) = 54+133+86=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #368556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368556 is #C97AA9. Grayscale: #686868. Windows color (decimal): -13204138 or 5670198. OLE color: 5670198.

HSL color Cylindrical-coordinate representation of color #368556: hue angle of 144.3º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368556 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB5413386-
CMYK0.5900.350.48
HSL144.3º42.25%36.67%-
HSV(B)144.3º59.4%52.16%-
XYZ11.5918.2311.71-
YUV104.02117.8392.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=19.78%
G=48.72%
B=31.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133860.5900.350.48144.342.2536.67
Hex3685563B02330902a25
Octal6620512673043602205245
Binary110110100001011010110111011010001111000010010000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368556; }

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

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

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

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

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

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

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

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