#368048

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

Shades of Amazon #368048

Tints of Amazon #368048

Color information

#368048 (or 0x368048) is unknown color: approx Amazon. HEX triplet: 36, 80 and 48. RGB value is (54,128,72). Sum of RGB (Red+Green+Blue) = 54+128+72=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #368048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368048 is #C97FB7. Grayscale: #636363. Windows color (decimal): -13205432 or 4751414. OLE color: 4751414.

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

Color convert

RGB5412872-
CMYK0.5800.440.50
HSL134.59º40.66%35.69%-
HSV(B)134.59º57.81%50.2%-
XYZ10.4116.698.8-
YUV99.49112.4895.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 128 (50.39% from 255) = 50.39%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=21.26%
G=50.39%
B=28.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128720.5800.440.50134.5940.6635.69
Hex3680483A02C32872924
Octal6620011072054622075144
Binary110110100000001001000111010010110011001010000111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368048; }

 p { color: rgb(54,128,72); }

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

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

 a { background-color: rgb(54,128,72); }

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

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

 span { border-color: rgb(54,128,72); }

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