Html Css Color HEX #376F2E Green House

📋 copy color: '#376F2E'

red 55 ◦ green 111 ◦ blue 46

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

Shades of Green House #376F2E

Tints of Green House #376F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.7%

R = 25.94%
G = 52.36%
B = 21.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#376F2E (or 0x376F2E) is known color: Green House. HEX triplet: 37, 6F and 2E. RGB value is (55,111,46). Sum of RGB (Red+Green+Blue) = 55+111+46=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #376F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F2E is #C890D1. Grayscale: #575757. Windows color (decimal): -13144274 or 3043127. OLE color: 3043127.

HSL color Cylindrical-coordinate representation of color #376F2E: hue angle of 111.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376F2E is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 46 -
CMYK 0.50 0 0.59 0.56
HSL 111.69º 0.41% 0.31% -
HSV(B) 111.69º 0.59% 0.44% -
XYZ 7.75 12.38 4.57 -
YUV 86.85 104.95 105.29 -
System Red Green Blue C M Y K H S L
Decimal 55 111 46 0.50 0 0.59 0.56 111.69 0.41 0.31
Hex 37 6F 2E 32 0 3B 38 70 29 1F
Octal 67 157 56 62 0 73 70 160 51 37
Binary 110111 1101111 101110 110010 0 111011 111000 1110000 101001 11111

Color Harmonies of #376F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F2E

Black with #376F2E

Text Example


Text Example

White with #376F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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