#368455

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

Shades of Amazon #368455

Tints of Amazon #368455

Color information

#368455 (or 0x368455) is unknown color: approx Amazon. HEX triplet: 36, 84 and 55. RGB value is (54,132,85). Sum of RGB (Red+Green+Blue) = 54+132+85=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #368455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368455 is #C97BAA. Grayscale: #676767. Windows color (decimal): -13204395 or 5604406. OLE color: 5604406.

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

Color convert

RGB5413285-
CMYK0.5900.360.48
HSL143.85º41.94%36.47%-
HSV(B)143.85º59.09%51.76%-
XYZ11.4117.9411.46-
YUV103.32117.6692.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=19.93%
G=48.71%
B=31.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132850.5900.360.48143.8541.9436.47
Hex3684553B02430902a24
Octal6620412573044602205244
Binary110110100001001010101111011010010011000010010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368455; }

 p { color: rgb(54,132,85); }

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

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

 a { background-color: rgb(54,132,85); }

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

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

 span { border-color: rgb(54,132,85); }

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