#367F4B

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

Shades of Amazon #367F4B

Tints of Amazon #367F4B

Color information

#367F4B (or 0x367F4B) is unknown color: approx Amazon. HEX triplet: 36, 7F and 4B. RGB value is (54,127,75). Sum of RGB (Red+Green+Blue) = 54+127+75=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #367F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F4B is #C980B4. Grayscale: #636363. Windows color (decimal): -13205685 or 4947766. OLE color: 4947766.

HSL color Cylindrical-coordinate representation of color #367F4B: hue angle of 137.26º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367F4B is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB5412775-
CMYK0.5700.410.50
HSL137.26º40.33%35.49%-
HSV(B)137.26º57.48%49.8%-
XYZ10.3816.479.29-
YUV99.24114.3295.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 127 (50% from 255) = 49.61%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=21.09%
G=49.61%
B=29.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54127750.5700.410.50137.2640.3335.49
Hex367F4B3902932892823
Octal6617711371051622115043
Binary11011011111111001011111001010100111001010001001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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