#368350

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

Shades of Amazon #368350

Tints of Amazon #368350

Color information

#368350 (or 0x368350) is unknown color: approx Amazon. HEX triplet: 36, 83 and 50. RGB value is (54,131,80). Sum of RGB (Red+Green+Blue) = 54+131+80=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #368350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368350 is #C97CAF. Grayscale: #666666. Windows color (decimal): -13204656 or 5276470. OLE color: 5276470.

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

Color convert

RGB5413180-
CMYK0.5900.390.49
HSL140.26º41.62%36.27%-
HSV(B)140.26º58.78%51.37%-
XYZ11.0917.610.4-
YUV102.16115.4993.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 131 (51.56% from 255) = 49.43%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=20.38%
G=49.43%
B=30.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131800.5900.390.49140.2641.6236.27
Hex3683503B027318c2a24
Octal6620312073047612145244
Binary110110100000111010000111011010011111000110001100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368350; }

 p { color: rgb(54,131,80); }

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

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

 a { background-color: rgb(54,131,80); }

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

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

 span { border-color: rgb(54,131,80); }

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