#368053

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

Shades of Amazon #368053

Tints of Amazon #368053

Color information

#368053 (or 0x368053) is unknown color: approx Amazon. HEX triplet: 36, 80 and 53. RGB value is (54,128,83). Sum of RGB (Red+Green+Blue) = 54+128+83=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #368053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368053 is #C97FAC. Grayscale: #646464. Windows color (decimal): -13205421 or 5472310. OLE color: 5472310.

HSL color Cylindrical-coordinate representation of color #368053: hue angle of 143.51º 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 #368053 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB5412883-
CMYK0.5800.350.50
HSL143.51º40.66%35.69%-
HSV(B)143.51º57.81%50.2%-
XYZ10.816.8510.87-
YUV100.74117.9894.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 128 (50.39% from 255) = 48.30%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=20.38%
G=48.30%
B=31.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128830.5800.350.50143.5140.6635.69
Hex3680533A02332902924
Octal6620012372043622205144
Binary110110100000001010011111010010001111001010010000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368053; }

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

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

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

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

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

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

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

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