#368353

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

Shades of Amazon #368353

Tints of Amazon #368353

Color information

#368353 (or 0x368353) is unknown color: approx Amazon. HEX triplet: 36, 83 and 53. RGB value is (54,131,83). Sum of RGB (Red+Green+Blue) = 54+131+83=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #368353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368353 is #C97CAC. Grayscale: #666666. Windows color (decimal): -13204653 or 5473078. OLE color: 5473078.

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

Color convert

RGB5413183-
CMYK0.5900.370.49
HSL142.6º41.62%36.27%-
HSV(B)142.6º58.78%51.37%-
XYZ11.217.6411-
YUV102.5116.9993.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 131 (51.56% from 255) = 48.88%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=20.15%
G=48.88%
B=30.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131830.5900.370.49142.641.6236.27
Hex3683533B025318f2a24
Octal6620312373045612175244
Binary110110100000111010011111011010010111000110001111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368353; }

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

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

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

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

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

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

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

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