#367A4F

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

Shades of Amazon #367A4F

Tints of Amazon #367A4F

Color information

#367A4F (or 0x367A4F) is unknown color: approx Amazon. HEX triplet: 36, 7A and 4F. RGB value is (54,122,79). Sum of RGB (Red+Green+Blue) = 54+122+79=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 122 - color contains mainly: green. Hex color #367A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A4F is #C985B0. Grayscale: #606060. Windows color (decimal): -13206961 or 5208630. OLE color: 5208630.

HSL color Cylindrical-coordinate representation of color #367A4F: hue angle of 142.06º 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 #367A4F is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB5412279-
CMYK0.5600.350.52
HSL142.06º38.64%34.51%-
HSV(B)142.06º55.74%47.84%-
XYZ9.8915.279.82-
YUV96.77117.9797.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 122 (48.05% from 255) = 47.84%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=21.18%
G=47.84%
B=30.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54122790.5600.350.52142.0638.6434.51
Hex367A4F38023348e2723
Octal6617211770043642164743
Binary11011011110101001111111000010001111010010001110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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