#376B30

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

Shades of Green House #376B30

Tints of Green House #376B30

Color information

#376B30 (or 0x376B30) is unknown color: approx Green House. HEX triplet: 37, 6B and 30. RGB value is (55,107,48). Sum of RGB (Red+Green+Blue) = 55+107+48=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #376B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376B30 is #C894CF. Grayscale: #545454. Windows color (decimal): -13145296 or 3173175. OLE color: 3173175.

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

Color convert

RGB5510748-
CMYK0.4900.550.58
HSL112.88º38.06%30.39%-
HSV(B)112.88º55.14%41.96%-
XYZ7.3711.544.64-
YUV84.73107.27106.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 107 (42.19% from 255) = 50.95%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=26.19%
G=50.95%
B=22.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107480.4900.550.58112.8838.0630.39
Hex376B30310373A71261e
Octal671536061067721614636
Binary11011111010111100001100010110111111010111000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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