Html Css Color HEX #367E5D Amazon

📋 copy color: '#367E5D'

red 54 ◦ green 126 ◦ blue 93

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

Shades of Amazon #367E5D

Tints of Amazon #367E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.15%

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 19.78%
G = 46.15%
B = 34.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#367E5D (or 0x367E5D) is known color: Amazon. HEX triplet: 36, 7E and 5D. RGB value is (54,126,93). Sum of RGB (Red+Green+Blue) = 54+126+93=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #367E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E5D is #C981A2. Grayscale: #646464. Windows color (decimal): -13205923 or 6127158. OLE color: 6127158.

HSL color Cylindrical-coordinate representation of color #367E5D: hue angle of 152.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367E5D is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 126 93 -
CMYK 0.57 0 0.26 0.51
HSL 152.5º 0.4% 0.35% -
HSV(B) 152.5º 0.57% 0.49% -
XYZ 10.96 16.5 12.96 -
YUV 100.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 54 126 93 0.57 0 0.26 0.51 152.5 0.4 0.35
Hex 36 7E 5D 39 0 1A 33 98 28 23
Octal 66 176 135 71 0 32 63 230 50 43
Binary 110110 1111110 1011101 111001 0 11010 110011 10011000 101000 100011

Color Harmonies of #367E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E5D

Black with #367E5D

Text Example


Text Example

White with #367E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367E5D; }

 p { color: rgb(54,126,93); }

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

background-color css

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

 a { background-color: rgb(54,126,93); }

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

border-color css

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

 span { border-color: rgb(54,126,93); }

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