Html Css Color HEX #366F4D Amazon

📋 copy color: '#366F4D'

red 54 ◦ green 111 ◦ blue 77

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

Shades of Amazon #366F4D

Tints of Amazon #366F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.87%

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 22.31%
G = 45.87%
B = 31.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#366F4D (or 0x366F4D) is known color: Amazon. HEX triplet: 36, 6F and 4D. RGB value is (54,111,77). Sum of RGB (Red+Green+Blue) = 54+111+77=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #366F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F4D is #C990B2. Grayscale: #5A5A5A. Windows color (decimal): -13209779 or 5074742. OLE color: 5074742.

HSL color Cylindrical-coordinate representation of color #366F4D: hue angle of 144.21º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F4D is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 111 77 -
CMYK 0.51 0 0.31 0.56
HSL 144.21º 0.35% 0.32% -
HSV(B) 144.21º 0.51% 0.44% -
XYZ 8.55 12.69 9.02 -
YUV 90.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 54 111 77 0.51 0 0.31 0.56 144.21 0.35 0.32
Hex 36 6F 4D 33 0 1F 38 90 23 20
Octal 66 157 115 63 0 37 70 220 43 40
Binary 110110 1101111 1001101 110011 0 11111 111000 10010000 100011 100000

Color Harmonies of #366F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366F4D

Black with #366F4D

Text Example


Text Example

White with #366F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366F4D; }

 p { color: rgb(54,111,77); }

 H1.HeaderClassName
 {
   color: #366F4D;
 }
 .AnyTagClassName
 {
   color: #366F4D;
 }
</style>

background-color css

<style>
 a { background-color: #366F4D; }

 a { background-color: rgb(54,111,77); }

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

border-color css

<style>
 span { border-color: #366F4D; }

 span { border-color: rgb(54,111,77); }

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