Html Css Color HEX #367050 Amazon

📋 copy color: '#367050'

red 54 ◦ green 112 ◦ blue 80

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

Shades of Amazon #367050

Tints of Amazon #367050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 21.95%
G = 45.53%
B = 32.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#367050 (or 0x367050) is known color: Amazon. HEX triplet: 36, 70 and 50. RGB value is (54,112,80). Sum of RGB (Red+Green+Blue) = 54+112+80=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #367050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367050 is #C98FAF. Grayscale: #5B5B5B. Windows color (decimal): -13209520 or 5271606. OLE color: 5271606.

HSL color Cylindrical-coordinate representation of color #367050: hue angle of 146.9º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367050 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 80 -
CMYK 0.52 0 0.29 0.56
HSL 146.9º 0.35% 0.33% -
HSV(B) 146.9º 0.52% 0.44% -
XYZ 8.76 12.95 9.63 -
YUV 91.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 54 112 80 0.52 0 0.29 0.56 146.9 0.35 0.33
Hex 36 70 50 34 0 1D 38 93 23 21
Octal 66 160 120 64 0 35 70 223 43 41
Binary 110110 1110000 1010000 110100 0 11101 111000 10010011 100011 100001

Color Harmonies of #367050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367050

Black with #367050

Text Example


Text Example

White with #367050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367050; }

 p { color: rgb(54,112,80); }

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

background-color css

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

 a { background-color: rgb(54,112,80); }

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

border-color css

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

 span { border-color: rgb(54,112,80); }

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