Html Css Color HEX #366A4E Amazon

📋 copy color: '#366A4E'

red 54 ◦ green 106 ◦ blue 78

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

Shades of Amazon #366A4E

Tints of Amazon #366A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.54%

 BLUE value IS 78 (30.86% from 255) = 32.77%

R = 22.69%
G = 44.54%
B = 32.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#366A4E (or 0x366A4E) is known color: Amazon. HEX triplet: 36, 6A and 4E. RGB value is (54,106,78). Sum of RGB (Red+Green+Blue) = 54+106+78=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 106 - color contains mainly: green. Hex color #366A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A4E is #C995B1. Grayscale: #575757. Windows color (decimal): -13211058 or 5138998. OLE color: 5138998.

HSL color Cylindrical-coordinate representation of color #366A4E: hue angle of 147.69º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A4E is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 106 78 -
CMYK 0.49 0 0.26 0.58
HSL 147.69º 0.33% 0.31% -
HSV(B) 147.69º 0.49% 0.42% -
XYZ 8.05 11.64 9.03 -
YUV 87.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 54 106 78 0.49 0 0.26 0.58 147.69 0.33 0.31
Hex 36 6A 4E 31 0 1A 3A 94 20 1F
Octal 66 152 116 61 0 32 72 224 40 37
Binary 110110 1101010 1001110 110001 0 11010 111010 10010100 100000 11111

Color Harmonies of #366A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A4E

Black with #366A4E

Text Example


Text Example

White with #366A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,106,78); }

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

background-color css

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

 a { background-color: rgb(54,106,78); }

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

border-color css

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

 span { border-color: rgb(54,106,78); }

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