Html Css Color HEX #366A4A Amazon

📋 copy color: '#366A4A'

red 54 ◦ green 106 ◦ blue 74

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

Shades of Amazon #366A4A

Tints of Amazon #366A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 23.08%
G = 45.3%
B = 31.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#366A4A (or 0x366A4A) is known color: Amazon. HEX triplet: 36, 6A and 4A. RGB value is (54,106,74). Sum of RGB (Red+Green+Blue) = 54+106+74=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #366A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366A4A is #C995B5. Grayscale: #565656. Windows color (decimal): -13211062 or 4876854. OLE color: 4876854.

HSL color Cylindrical-coordinate representation of color #366A4A: hue angle of 143.08º 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 #366A4A is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 106 74 -
CMYK 0.49 0 0.30 0.58
HSL 143.08º 0.33% 0.31% -
HSV(B) 143.08º 0.49% 0.42% -
XYZ 7.91 11.59 8.3 -
YUV 86.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 54 106 74 0.49 0 0.30 0.58 143.08 0.33 0.31
Hex 36 6A 4A 31 0 1E 3A 8F 20 1F
Octal 66 152 112 61 0 36 72 217 40 37
Binary 110110 1101010 1001010 110001 0 11110 111010 10001111 100000 11111

Color Harmonies of #366A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A4A

Black with #366A4A

Text Example


Text Example

White with #366A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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