#368152

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

Shades of Amazon #368152

Tints of Amazon #368152

Color information

#368152 (or 0x368152) is unknown color: approx Amazon. HEX triplet: 36, 81 and 52. RGB value is (54,129,82). Sum of RGB (Red+Green+Blue) = 54+129+82=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #368152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368152 is #C97EAD. Grayscale: #656565. Windows color (decimal): -13205166 or 5407030. OLE color: 5407030.

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

Color convert

RGB5412982-
CMYK0.5800.360.49
HSL142.4º40.98%35.88%-
HSV(B)142.4º58.14%50.59%-
XYZ10.8917.0910.71-
YUV101.22117.1594.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=20.38%
G=48.68%
B=30.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54129820.5800.360.49142.440.9835.88
Hex3681523A024318e2924
Octal6620112272044612165144
Binary110110100000011010010111010010010011000110001110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368152; }

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

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

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

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

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

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

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

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