#368554

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

Shades of Amazon #368554

Tints of Amazon #368554

Color information

#368554 (or 0x368554) is unknown color: approx Amazon. HEX triplet: 36, 85 and 54. RGB value is (54,133,84). Sum of RGB (Red+Green+Blue) = 54+133+84=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #368554 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368554 is #C97AAB. Grayscale: #676767. Windows color (decimal): -13204140 or 5539126. OLE color: 5539126.

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

Color convert

RGB5413384-
CMYK0.5900.370.48
HSL142.78º42.25%36.67%-
HSV(B)142.78º59.4%52.16%-
XYZ11.5118.211.29-
YUV103.79116.8392.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=19.93%
G=49.08%
B=31.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133840.5900.370.48142.7842.2536.67
Hex3685543B025308f2a25
Octal6620512473045602175245
Binary110110100001011010100111011010010111000010001111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368554; }

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

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

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

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

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

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

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

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