Html Css Color HEX #367C5D Amazon

📋 copy color: '#367C5D'

red 54 ◦ green 124 ◦ blue 93

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

Shades of Amazon #367C5D

Tints of Amazon #367C5D

RGB

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

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

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

R = 19.93%
G = 45.76%
B = 34.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#367C5D (or 0x367C5D) is known color: Amazon. HEX triplet: 36, 7C and 5D. RGB value is (54,124,93). Sum of RGB (Red+Green+Blue) = 54+124+93=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #367C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C5D is #C983A2. Grayscale: #636363. Windows color (decimal): -13206435 or 6126646. OLE color: 6126646.

HSL color Cylindrical-coordinate representation of color #367C5D: hue angle of 153.43º 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 #367C5D is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 124 93 -
CMYK 0.56 0 0.25 0.51
HSL 153.43º 0.39% 0.35% -
HSV(B) 153.43º 0.56% 0.49% -
XYZ 10.7 15.99 12.88 -
YUV 99.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 54 124 93 0.56 0 0.25 0.51 153.43 0.39 0.35
Hex 36 7C 5D 38 0 19 33 99 27 23
Octal 66 174 135 70 0 31 63 231 47 43
Binary 110110 1111100 1011101 111000 0 11001 110011 10011001 100111 100011

Color Harmonies of #367C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C5D

Black with #367C5D

Text Example


Text Example

White with #367C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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