#376B3A

Color #376B3A San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #376B3A

Tints of San Felix #376B3A

Color information

#376B3A (or 0x376B3A) is unknown color: approx San Felix. HEX triplet: 37, 6B and 3A. RGB value is (55,107,58). Sum of RGB (Red+Green+Blue) = 55+107+58=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #376B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376B3A is #C894C5. Grayscale: #565656. Windows color (decimal): -13145286 or 3828535. OLE color: 3828535.

HSL color Cylindrical-coordinate representation of color #376B3A: hue angle of 123.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376B3A is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB5510758-
CMYK0.4900.460.58
HSL123.46º32.1%31.76%-
HSV(B)123.46º48.6%41.96%-
XYZ7.611.635.85-
YUV85.87112.27105.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=25%
G=48.64%
B=26.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107580.4900.460.58123.4632.131.76
Hex376B3A3102E3A7b2020
Octal671537261056721734040
Binary110111110101111101011000101011101110101111011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,107,58); }

 H1.HeaderClassName
 {
   color: #376B3A;
 }
 .AnyTagClassName
 {
   color: #376B3A;
 }
</style>
background-color css

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

 a { background-color: rgb(55,107,58); }

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

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

 span { border-color: rgb(55,107,58); }

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