Html Css Color HEX #367546 Amazon

📋 copy color: '#367546'

red 54 ◦ green 117 ◦ blue 70

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

Shades of Amazon #367546

Tints of Amazon #367546

RGB

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

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

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

R = 22.41%
G = 48.55%
B = 29.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#367546 (or 0x367546) is known color: Amazon. HEX triplet: 36, 75 and 46. RGB value is (54,117,70). Sum of RGB (Red+Green+Blue) = 54+117+70=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #367546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367546 is #C98AB9. Grayscale: #5C5C5C. Windows color (decimal): -13208250 or 4617526. OLE color: 4617526.

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

Color convert

RGB 54 117 70 -
CMYK 0.54 0 0.40 0.54
HSL 135.24º 0.37% 0.34% -
HSV(B) 135.24º 0.54% 0.46% -
XYZ 8.99 13.95 8.01 -
YUV 92.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 54 117 70 0.54 0 0.40 0.54 135.24 0.37 0.34
Hex 36 75 46 36 0 28 36 87 25 22
Octal 66 165 106 66 0 50 66 207 45 42
Binary 110110 1110101 1000110 110110 0 101000 110110 10000111 100101 100010

Color Harmonies of #367546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367546

Black with #367546

Text Example


Text Example

White with #367546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367546; }

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

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

background-color css

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

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

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

border-color css

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

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

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