#368555

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

Shades of Amazon #368555

Tints of Amazon #368555

Color information

#368555 (or 0x368555) is unknown color: approx Amazon. HEX triplet: 36, 85 and 55. RGB value is (54,133,85). Sum of RGB (Red+Green+Blue) = 54+133+85=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #368555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368555 is #C97AAA. Grayscale: #686868. Windows color (decimal): -13204139 or 5604662. OLE color: 5604662.

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

Color convert

RGB5413385-
CMYK0.5900.360.48
HSL143.54º42.25%36.67%-
HSV(B)143.54º59.4%52.16%-
XYZ11.5518.2211.5-
YUV103.91117.3392.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 133 (52.34% from 255) = 48.90%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=19.85%
G=48.90%
B=31.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133850.5900.360.48143.5442.2536.67
Hex3685553B02430902a25
Octal6620512573044602205245
Binary110110100001011010101111011010010011000010010000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368555; }

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

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

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

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

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

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

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

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