#368553

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

Shades of Amazon #368553

Tints of Amazon #368553

Color information

#368553 (or 0x368553) is unknown color: approx Amazon. HEX triplet: 36, 85 and 53. RGB value is (54,133,83). Sum of RGB (Red+Green+Blue) = 54+133+83=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #368553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368553 is #C97AAC. Grayscale: #676767. Windows color (decimal): -13204141 or 5473590. OLE color: 5473590.

HSL color Cylindrical-coordinate representation of color #368553: hue angle of 142.03º 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 #368553 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB5413383-
CMYK0.5900.380.48
HSL142.03º42.25%36.67%-
HSV(B)142.03º59.4%52.16%-
XYZ11.4718.1811.09-
YUV103.68116.3392.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=20%
G=49.26%
B=30.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133830.5900.380.48142.0342.2536.67
Hex3685533B026308e2a25
Octal6620512373046602165245
Binary110110100001011010011111011010011011000010001110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368553; }

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

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

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

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

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

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

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

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