Html Css Color HEX #367B49 Amazon

📋 copy color: '#367B49'

red 54 ◦ green 123 ◦ blue 73

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

Shades of Amazon #367B49

Tints of Amazon #367B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49.2%

 BLUE value IS 73 (28.91% from 255) = 29.2%

R = 21.6%
G = 49.2%
B = 29.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#367B49 (or 0x367B49) is known color: Amazon. HEX triplet: 36, 7B and 49. RGB value is (54,123,73). Sum of RGB (Red+Green+Blue) = 54+123+73=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #367B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367B49 is #C984B6. Grayscale: #606060. Windows color (decimal): -13206711 or 4815670. OLE color: 4815670.

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

Color convert

RGB 54 123 73 -
CMYK 0.56 0 0.41 0.52
HSL 136.52º 0.39% 0.35% -
HSV(B) 136.52º 0.56% 0.48% -
XYZ 9.81 15.43 8.76 -
YUV 96.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 54 123 73 0.56 0 0.41 0.52 136.52 0.39 0.35
Hex 36 7B 49 38 0 29 34 89 27 23
Octal 66 173 111 70 0 51 64 211 47 43
Binary 110110 1111011 1001001 111000 0 101001 110100 10001001 100111 100011

Color Harmonies of #367B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B49

Black with #367B49

Text Example


Text Example

White with #367B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,123,73); }

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

background-color css

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

 a { background-color: rgb(54,123,73); }

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

border-color css

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

 span { border-color: rgb(54,123,73); }

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