#368550

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

Shades of Amazon #368550

Tints of Amazon #368550

Color information

#368550 (or 0x368550) is unknown color: approx Amazon. HEX triplet: 36, 85 and 50. RGB value is (54,133,80). Sum of RGB (Red+Green+Blue) = 54+133+80=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #368550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368550 is #C97AAF. Grayscale: #676767. Windows color (decimal): -13204144 or 5276982. OLE color: 5276982.

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

Color convert

RGB5413380-
CMYK0.5900.400.48
HSL139.75º42.25%36.67%-
HSV(B)139.75º59.4%52.16%-
XYZ11.3618.1410.49-
YUV103.34114.8392.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 133 (52.34% from 255) = 49.81%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=20.22%
G=49.81%
B=29.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133800.5900.400.48139.7542.2536.67
Hex3685503B028308c2a25
Octal6620512073050602145245
Binary110110100001011010000111011010100011000010001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368550; }

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

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

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

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

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

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

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

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