Html Css Color HEX #367545 Amazon

📋 copy color: '#367545'

red 54 ◦ green 117 ◦ blue 69

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

Shades of Amazon #367545

Tints of Amazon #367545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

 BLUE value IS 69 (27.34% from 255) = 28.75%

R = 22.5%
G = 48.75%
B = 28.75%

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

#367545 (or 0x367545) is known color: Amazon. HEX triplet: 36, 75 and 45. RGB value is (54,117,69). Sum of RGB (Red+Green+Blue) = 54+117+69=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #367545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367545 is #C98ABA. Grayscale: #5C5C5C. Windows color (decimal): -13208251 or 4551990. OLE color: 4551990.

HSL color Cylindrical-coordinate representation of color #367545: hue angle of 134.29º 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 #367545 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 69 -
CMYK 0.54 0 0.41 0.54
HSL 134.29º 0.37% 0.34% -
HSV(B) 134.29º 0.54% 0.46% -
XYZ 8.96 13.94 7.85 -
YUV 92.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 54 117 69 0.54 0 0.41 0.54 134.29 0.37 0.34
Hex 36 75 45 36 0 29 36 86 25 22
Octal 66 165 105 66 0 51 66 206 45 42
Binary 110110 1110101 1000101 110110 0 101001 110110 10000110 100101 100010

Color Harmonies of #367545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367545

Black with #367545

Text Example


Text Example

White with #367545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367545; }

 p { color: rgb(54,117,69); }

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

background-color css

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

 a { background-color: rgb(54,117,69); }

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

border-color css

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

 span { border-color: rgb(54,117,69); }

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