#367A4B

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

Shades of Amazon #367A4B

Tints of Amazon #367A4B

Color information

#367A4B (or 0x367A4B) is unknown color: approx Amazon. HEX triplet: 36, 7A and 4B. RGB value is (54,122,75). Sum of RGB (Red+Green+Blue) = 54+122+75=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #367A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367A4B is #C985B4. Grayscale: #606060. Windows color (decimal): -13206965 or 4946486. OLE color: 4946486.

HSL color Cylindrical-coordinate representation of color #367A4B: hue angle of 138.53º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A4B is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB5412275-
CMYK0.5600.390.52
HSL138.53º38.64%34.51%-
HSV(B)138.53º55.74%47.84%-
XYZ9.7515.219.08-
YUV96.31115.9797.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 122 (48.05% from 255) = 48.61%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=21.51%
G=48.61%
B=29.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54122750.5600.390.52138.5338.6434.51
Hex367A4B38027348b2723
Octal6617211370047642134743
Binary11011011110101001011111000010011111010010001011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367A4B; }

 p { color: rgb(54,122,75); }

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

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

 a { background-color: rgb(54,122,75); }

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

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

 span { border-color: rgb(54,122,75); }

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