#368452

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

Shades of Amazon #368452

Tints of Amazon #368452

Color information

#368452 (or 0x368452) is unknown color: approx Amazon. HEX triplet: 36, 84 and 52. RGB value is (54,132,82). Sum of RGB (Red+Green+Blue) = 54+132+82=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #368452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368452 is #C97BAD. Grayscale: #676767. Windows color (decimal): -13204398 or 5407798. OLE color: 5407798.

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

Color convert

RGB5413282-
CMYK0.5900.380.48
HSL141.54º41.94%36.47%-
HSV(B)141.54º59.09%51.76%-
XYZ11.317.910.84-
YUV102.98116.1693.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=20.15%
G=49.25%
B=30.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132820.5900.380.48141.5441.9436.47
Hex3684523B026308e2a24
Octal6620412273046602165244
Binary110110100001001010010111011010011011000010001110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368452; }

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

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

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

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

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

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

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

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