Html Css Color HEX #367F5B Amazon

📋 copy color: '#367F5B'

red 54 ◦ green 127 ◦ blue 91

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

Shades of Amazon #367F5B

Tints of Amazon #367F5B

RGB

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

 GREEN value IS 127 (50% from 255) = 46.69%

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 19.85%
G = 46.69%
B = 33.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#367F5B (or 0x367F5B) is known color: Amazon. HEX triplet: 36, 7F and 5B. RGB value is (54,127,91). Sum of RGB (Red+Green+Blue) = 54+127+91=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #367F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F5B is #C980A4. Grayscale: #656565. Windows color (decimal): -13205669 or 5996342. OLE color: 5996342.

HSL color Cylindrical-coordinate representation of color #367F5B: hue angle of 150.41º 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 #367F5B is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 127 91 -
CMYK 0.57 0 0.28 0.50
HSL 150.41º 0.4% 0.35% -
HSV(B) 150.41º 0.57% 0.5% -
XYZ 11 16.72 12.54 -
YUV 101.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 54 127 91 0.57 0 0.28 0.50 150.41 0.4 0.35
Hex 36 7F 5B 39 0 1C 32 96 28 23
Octal 66 177 133 71 0 34 62 226 50 43
Binary 110110 1111111 1011011 111001 0 11100 110010 10010110 101000 100011

Color Harmonies of #367F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F5B

Black with #367F5B

Text Example


Text Example

White with #367F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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