#368254

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

Shades of Amazon #368254

Tints of Amazon #368254

Color information

#368254 (or 0x368254) is unknown color: approx Amazon. HEX triplet: 36, 82 and 54. RGB value is (54,130,84). Sum of RGB (Red+Green+Blue) = 54+130+84=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #368254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368254 is #C97DAB. Grayscale: #666666. Windows color (decimal): -13204908 or 5538358. OLE color: 5538358.

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

Color convert

RGB5413084-
CMYK0.5800.350.49
HSL143.68º41.3%36.08%-
HSV(B)143.68º58.46%50.98%-
XYZ11.117.3911.16-
YUV102.03117.8293.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=20.15%
G=48.51%
B=31.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130840.5800.350.49143.6841.336.08
Hex3682543A02331902924
Octal6620212472043612205144
Binary110110100000101010100111010010001111000110010000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368254; }

 p { color: rgb(54,130,84); }

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

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

 a { background-color: rgb(54,130,84); }

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

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

 span { border-color: rgb(54,130,84); }

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