Html Css Color HEX #367C55 Amazon

📋 copy color: '#367C55'

red 54 ◦ green 124 ◦ blue 85

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

Shades of Amazon #367C55

Tints of Amazon #367C55

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.15%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 20.53%
G = 47.15%
B = 32.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#367C55 (or 0x367C55) is known color: Amazon. HEX triplet: 36, 7C and 55. RGB value is (54,124,85). Sum of RGB (Red+Green+Blue) = 54+124+85=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #367C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C55 is #C983AA. Grayscale: #626262. Windows color (decimal): -13206443 or 5602358. OLE color: 5602358.

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

Color convert

RGB 54 124 85 -
CMYK 0.56 0 0.31 0.51
HSL 146.57º 0.39% 0.35% -
HSV(B) 146.57º 0.56% 0.49% -
XYZ 10.37 15.86 11.11 -
YUV 98.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 54 124 85 0.56 0 0.31 0.51 146.57 0.39 0.35
Hex 36 7C 55 38 0 1F 33 93 27 23
Octal 66 174 125 70 0 37 63 223 47 43
Binary 110110 1111100 1010101 111000 0 11111 110011 10010011 100111 100011

Color Harmonies of #367C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C55

Black with #367C55

Text Example


Text Example

White with #367C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,124,85); }

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

background-color css

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

 a { background-color: rgb(54,124,85); }

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

border-color css

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

 span { border-color: rgb(54,124,85); }

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