Html Css Color HEX #367150 Amazon

📋 copy color: '#367150'

red 54 ◦ green 113 ◦ blue 80

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

Shades of Amazon #367150

Tints of Amazon #367150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.75%

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

R = 21.86%
G = 45.75%
B = 32.39%

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

#367150 (or 0x367150) is known color: Amazon. HEX triplet: 36, 71 and 50. RGB value is (54,113,80). Sum of RGB (Red+Green+Blue) = 54+113+80=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #367150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367150 is #C98EAF. Grayscale: #5B5B5B. Windows color (decimal): -13209264 or 5271862. OLE color: 5271862.

HSL color Cylindrical-coordinate representation of color #367150: hue angle of 146.44º 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 #367150 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 113 80 -
CMYK 0.52 0 0.29 0.56
HSL 146.44º 0.35% 0.33% -
HSV(B) 146.44º 0.52% 0.44% -
XYZ 8.87 13.17 9.66 -
YUV 91.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 54 113 80 0.52 0 0.29 0.56 146.44 0.35 0.33
Hex 36 71 50 34 0 1D 38 92 23 21
Octal 66 161 120 64 0 35 70 222 43 41
Binary 110110 1110001 1010000 110100 0 11101 111000 10010010 100011 100001

Color Harmonies of #367150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367150

Black with #367150

Text Example


Text Example

White with #367150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367150; }

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

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

background-color css

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

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

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

border-color css

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

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

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