Html Css Color HEX #367E59 Amazon

📋 copy color: '#367E59'

red 54 ◦ green 126 ◦ blue 89

#367E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #367E59

Tints of Amazon #367E59

RGB

 RED value IS 54 (21.48% from 255) = 20.07%

 GREEN value IS 126 (49.61% from 255) = 46.84%

 BLUE value IS 89 (35.16% from 255) = 33.09%

R = 20.07%
G = 46.84%
B = 33.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#367E59 (or 0x367E59) is known color: Amazon. HEX triplet: 36, 7E and 59. RGB value is (54,126,89). Sum of RGB (Red+Green+Blue) = 54+126+89=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #367E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E59 is #C981A6. Grayscale: #646464. Windows color (decimal): -13205927 or 5865014. OLE color: 5865014.

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

Color convert

RGB 54 126 89 -
CMYK 0.57 0 0.29 0.51
HSL 149.17º 0.4% 0.35% -
HSV(B) 149.17º 0.57% 0.49% -
XYZ 10.79 16.43 12.05 -
YUV 100.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 54 126 89 0.57 0 0.29 0.51 149.17 0.4 0.35
Hex 36 7E 59 39 0 1D 33 95 28 23
Octal 66 176 131 71 0 35 63 225 50 43
Binary 110110 1111110 1011001 111001 0 11101 110011 10010101 101000 100011

Color Harmonies of #367E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E59

Black with #367E59

Text Example


Text Example

White with #367E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,126,89); }

 H1.HeaderClassName
 {
   color: #367E59;
 }
 .AnyTagClassName
 {
   color: #367E59;
 }
</style>

background-color css

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

 a { background-color: rgb(54,126,89); }

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

border-color css

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

 span { border-color: rgb(54,126,89); }

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