Html Css Color HEX #367D5D Amazon

📋 copy color: '#367D5D'

red 54 ◦ green 125 ◦ blue 93

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

Shades of Amazon #367D5D

Tints of Amazon #367D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.96%

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

R = 19.85%
G = 45.96%
B = 34.19%

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

#367D5D (or 0x367D5D) is known color: Amazon. HEX triplet: 36, 7D and 5D. RGB value is (54,125,93). Sum of RGB (Red+Green+Blue) = 54+125+93=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 125 - color contains mainly: green. Hex color #367D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D5D is #C982A2. Grayscale: #646464. Windows color (decimal): -13206179 or 6126902. OLE color: 6126902.

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

Color convert

RGB 54 125 93 -
CMYK 0.57 0 0.26 0.51
HSL 152.96º 0.4% 0.35% -
HSV(B) 152.96º 0.57% 0.49% -
XYZ 10.83 16.24 12.92 -
YUV 100.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 54 125 93 0.57 0 0.26 0.51 152.96 0.4 0.35
Hex 36 7D 5D 39 0 1A 33 99 28 23
Octal 66 175 135 71 0 32 63 231 50 43
Binary 110110 1111101 1011101 111001 0 11010 110011 10011001 101000 100011

Color Harmonies of #367D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D5D

Black with #367D5D

Text Example


Text Example

White with #367D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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