#368451

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

Shades of Amazon #368451

Tints of Amazon #368451

Color information

#368451 (or 0x368451) is unknown color: approx Amazon. HEX triplet: 36, 84 and 51. RGB value is (54,132,81). Sum of RGB (Red+Green+Blue) = 54+132+81=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #368451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368451 is #C97BAE. Grayscale: #666666. Windows color (decimal): -13204399 or 5342262. OLE color: 5342262.

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

Color convert

RGB5413281-
CMYK0.5900.390.48
HSL140.77º41.94%36.47%-
HSV(B)140.77º59.09%51.76%-
XYZ11.2617.8810.64-
YUV102.86115.6693.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=20.22%
G=49.44%
B=30.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132810.5900.390.48140.7741.9436.47
Hex3684513B027308d2a24
Octal6620412173047602155244
Binary110110100001001010001111011010011111000010001101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368451; }

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

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

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

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

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

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

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

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