Html Css Color HEX #376031 Green House

📋 copy color: '#376031'

red 55 ◦ green 96 ◦ blue 49

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

Shades of Green House #376031

Tints of Green House #376031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48%

 BLUE value IS 49 (19.53% from 255) = 24.5%

R = 27.5%
G = 48%
B = 24.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#376031 (or 0x376031) is known color: Green House. HEX triplet: 37, 60 and 31. RGB value is (55,96,49). Sum of RGB (Red+Green+Blue) = 55+96+49=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #376031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376031 is #C89FCE. Grayscale: #4E4E4E. Windows color (decimal): -13148111 or 3235895. OLE color: 3235895.

HSL color Cylindrical-coordinate representation of color #376031: hue angle of 112.34º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376031 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 49 -
CMYK 0.43 0 0.49 0.62
HSL 112.34º 0.32% 0.28% -
HSV(B) 112.34º 0.49% 0.38% -
XYZ 6.31 9.4 4.39 -
YUV 78.38 111.42 111.32 -
System Red Green Blue C M Y K H S L
Decimal 55 96 49 0.43 0 0.49 0.62 112.34 0.32 0.28
Hex 37 60 31 2B 0 31 3E 70 20 1C
Octal 67 140 61 53 0 61 76 160 40 34
Binary 110111 1100000 110001 101011 0 110001 111110 1110000 100000 11100

Color Harmonies of #376031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376031

Black with #376031

Text Example


Text Example

White with #376031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376031; }

 p { color: rgb(55,96,49); }

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

background-color css

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

 a { background-color: rgb(55,96,49); }

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

border-color css

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

 span { border-color: rgb(55,96,49); }

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