#376B2F

Color #376B2F Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #376B2F

Tints of Green House #376B2F

Color information

#376B2F (or 0x376B2F) is unknown color: approx Green House. HEX triplet: 37, 6B and 2F. RGB value is (55,107,47). Sum of RGB (Red+Green+Blue) = 55+107+47=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #376B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376B2F is #C894D0. Grayscale: #545454. Windows color (decimal): -13145297 or 3107639. OLE color: 3107639.

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

Color convert

RGB5510747-
CMYK0.4900.560.58
HSL112º38.96%30.2%-
HSV(B)112º56.07%41.96%-
XYZ7.3511.534.53-
YUV84.61106.77106.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 107 (42.19% from 255) = 51.20%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=26.32%
G=51.20%
B=22.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107470.4900.560.5811238.9630.2
Hex376B2F310383A70271e
Octal671535761070721604736
Binary11011111010111011111100010111000111010111000010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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