#367B4F

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

Shades of Amazon #367B4F

Tints of Amazon #367B4F

Color information

#367B4F (or 0x367B4F) is unknown color: approx Amazon. HEX triplet: 36, 7B and 4F. RGB value is (54,123,79). Sum of RGB (Red+Green+Blue) = 54+123+79=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #367B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B4F is #C984B0. Grayscale: #616161. Windows color (decimal): -13206705 or 5208886. OLE color: 5208886.

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

Color convert

RGB5412379-
CMYK0.5600.360.52
HSL141.74º38.98%34.71%-
HSV(B)141.74º56.1%48.24%-
XYZ10.0215.519.86-
YUV97.35117.6497.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=21.09%
G=48.05%
B=30.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54123790.5600.360.52141.7438.9834.71
Hex367B4F38024348e2723
Octal6617311770044642164743
Binary11011011110111001111111000010010011010010001110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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