#368552

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

Shades of Amazon #368552

Tints of Amazon #368552

Color information

#368552 (or 0x368552) is unknown color: approx Amazon. HEX triplet: 36, 85 and 52. RGB value is (54,133,82). Sum of RGB (Red+Green+Blue) = 54+133+82=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #368552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368552 is #C97AAD. Grayscale: #676767. Windows color (decimal): -13204142 or 5408054. OLE color: 5408054.

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

Color convert

RGB5413382-
CMYK0.5900.380.48
HSL141.27º42.25%36.67%-
HSV(B)141.27º59.4%52.16%-
XYZ11.4318.1710.89-
YUV103.56115.8392.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 133 (52.34% from 255) = 49.44%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=20.07%
G=49.44%
B=30.48%

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
Decimal54133820.5900.380.48141.2742.2536.67
Hex3685523B026308d2a25
Octal6620512273046602155245
Binary110110100001011010010111011010011011000010001101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368552; }

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

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

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

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

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

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

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

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