Html Css Color HEX #376F2C Green House

📋 copy color: '#376F2C'

red 55 ◦ green 111 ◦ blue 44

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

Shades of Green House #376F2C

Tints of Green House #376F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 26.19%
G = 52.86%
B = 20.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#376F2C (or 0x376F2C) is known color: Green House. HEX triplet: 37, 6F and 2C. RGB value is (55,111,44). Sum of RGB (Red+Green+Blue) = 55+111+44=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #376F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F2C is #C890D3. Grayscale: #565656. Windows color (decimal): -13144276 or 2912055. OLE color: 2912055.

HSL color Cylindrical-coordinate representation of color #376F2C: hue angle of 110.15º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #376F2C is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 44 -
CMYK 0.50 0 0.60 0.56
HSL 110.15º 0.43% 0.3% -
HSV(B) 110.15º 0.6% 0.44% -
XYZ 7.71 12.36 4.36 -
YUV 86.62 103.95 105.45 -
System Red Green Blue C M Y K H S L
Decimal 55 111 44 0.50 0 0.60 0.56 110.15 0.43 0.3
Hex 37 6F 2C 32 0 3C 38 6E 2B 1E
Octal 67 157 54 62 0 74 70 156 53 36
Binary 110111 1101111 101100 110010 0 111100 111000 1101110 101011 11110

Color Harmonies of #376F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F2C

Black with #376F2C

Text Example


Text Example

White with #376F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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