#368548

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

Shades of Amazon #368548

Tints of Amazon #368548

Color information

#368548 (or 0x368548) is unknown color: approx Amazon. HEX triplet: 36, 85 and 48. RGB value is (54,133,72). Sum of RGB (Red+Green+Blue) = 54+133+72=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #368548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368548 is #C97AB7. Grayscale: #666666. Windows color (decimal): -13204152 or 4752694. OLE color: 4752694.

HSL color Cylindrical-coordinate representation of color #368548: hue angle of 133.67º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368548 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB5413372-
CMYK0.5900.460.48
HSL133.67º42.25%36.67%-
HSV(B)133.67º59.4%52.16%-
XYZ11.0818.039.03-
YUV102.42110.8393.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 133 (52.34% from 255) = 51.35%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=20.85%
G=51.35%
B=27.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133720.5900.460.48133.6742.2536.67
Hex3685483B02E30862a25
Octal6620511073056602065245
Binary110110100001011001000111011010111011000010000110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368548; }

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

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

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

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

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

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

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

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