Html Css Color HEX #367950 Amazon

📋 copy color: '#367950'

red 54 ◦ green 121 ◦ blue 80

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

Shades of Amazon #367950

Tints of Amazon #367950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.45%

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

R = 21.18%
G = 47.45%
B = 31.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#367950 (or 0x367950) is known color: Amazon. HEX triplet: 36, 79 and 50. RGB value is (54,121,80). Sum of RGB (Red+Green+Blue) = 54+121+80=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #367950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367950 is #C986AF. Grayscale: #606060. Windows color (decimal): -13207216 or 5273910. OLE color: 5273910.

HSL color Cylindrical-coordinate representation of color #367950: hue angle of 143.28º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367950 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 121 80 -
CMYK 0.55 0 0.34 0.53
HSL 143.28º 0.38% 0.34% -
HSV(B) 143.28º 0.55% 0.47% -
XYZ 9.81 15.04 9.98 -
YUV 96.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 54 121 80 0.55 0 0.34 0.53 143.28 0.38 0.34
Hex 36 79 50 37 0 22 35 8F 26 22
Octal 66 171 120 67 0 42 65 217 46 42
Binary 110110 1111001 1010000 110111 0 100010 110101 10001111 100110 100010

Color Harmonies of #367950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367950

Black with #367950

Text Example


Text Example

White with #367950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367950; }

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

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

background-color css

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

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

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

border-color css

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

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

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