Html Css Color HEX #376F4F Amazon

📋 copy color: '#376F4F'

red 55 ◦ green 111 ◦ blue 79

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

Shades of Amazon #376F4F

Tints of Amazon #376F4F

RGB

 RED value IS 55 (21.88% from 255) = 22.45%

 GREEN value IS 111 (43.75% from 255) = 45.31%

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 22.45%
G = 45.31%
B = 32.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#376F4F (or 0x376F4F) is known color: Amazon. HEX triplet: 37, 6F and 4F. RGB value is (55,111,79). Sum of RGB (Red+Green+Blue) = 55+111+79=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #376F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F4F is #C890B0. Grayscale: #5A5A5A. Windows color (decimal): -13144241 or 5205815. OLE color: 5205815.

HSL color Cylindrical-coordinate representation of color #376F4F: hue angle of 145.71º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F4F is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 79 -
CMYK 0.50 0 0.29 0.56
HSL 145.71º 0.34% 0.33% -
HSV(B) 145.71º 0.5% 0.44% -
XYZ 8.67 12.75 9.4 -
YUV 90.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 55 111 79 0.50 0 0.29 0.56 145.71 0.34 0.33
Hex 37 6F 4F 32 0 1D 38 92 22 21
Octal 67 157 117 62 0 35 70 222 42 41
Binary 110111 1101111 1001111 110010 0 11101 111000 10010010 100010 100001

Color Harmonies of #376F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F4F

Black with #376F4F

Text Example


Text Example

White with #376F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F4F; }

 p { color: rgb(55,111,79); }

 H1.HeaderClassName
 {
   color: #376F4F;
 }
 .AnyTagClassName
 {
   color: #376F4F;
 }
</style>

background-color css

<style>
 a { background-color: #376F4F; }

 a { background-color: rgb(55,111,79); }

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

border-color css

<style>
 span { border-color: #376F4F; }

 span { border-color: rgb(55,111,79); }

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