Html Css Color HEX #367646 Amazon

📋 copy color: '#367646'

red 54 ◦ green 118 ◦ blue 70

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

Shades of Amazon #367646

Tints of Amazon #367646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

 BLUE value IS 70 (27.73% from 255) = 28.93%

R = 22.31%
G = 48.76%
B = 28.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#367646 (or 0x367646) is known color: Amazon. HEX triplet: 36, 76 and 46. RGB value is (54,118,70). Sum of RGB (Red+Green+Blue) = 54+118+70=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #367646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367646 is #C989B9. Grayscale: #5D5D5D. Windows color (decimal): -13207994 or 4617782. OLE color: 4617782.

HSL color Cylindrical-coordinate representation of color #367646: hue angle of 135º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #367646 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 118 70 -
CMYK 0.54 0 0.41 0.54
HSL 135º 0.37% 0.34% -
HSV(B) 135º 0.54% 0.46% -
XYZ 9.11 14.18 8.05 -
YUV 93.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 54 118 70 0.54 0 0.41 0.54 135 0.37 0.34
Hex 36 76 46 36 0 29 36 87 25 22
Octal 66 166 106 66 0 51 66 207 45 42
Binary 110110 1110110 1000110 110110 0 101001 110110 10000111 100101 100010

Color Harmonies of #367646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367646

Black with #367646

Text Example


Text Example

White with #367646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367646; }

 p { color: rgb(54,118,70); }

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

background-color css

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

 a { background-color: rgb(54,118,70); }

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

border-color css

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

 span { border-color: rgb(54,118,70); }

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