Html Css Color HEX #376032 Green House

📋 copy color: '#376032'

red 55 ◦ green 96 ◦ blue 50

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

Shades of Green House #376032

Tints of Green House #376032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 27.36%
G = 47.76%
B = 24.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#376032 (or 0x376032) is known color: Green House. HEX triplet: 37, 60 and 32. RGB value is (55,96,50). Sum of RGB (Red+Green+Blue) = 55+96+50=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #376032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376032 is #C89FCD. Grayscale: #4E4E4E. Windows color (decimal): -13148110 or 3301431. OLE color: 3301431.

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

Color convert

RGB 55 96 50 -
CMYK 0.43 0 0.48 0.62
HSL 113.48º 0.32% 0.29% -
HSV(B) 113.48º 0.48% 0.38% -
XYZ 6.33 9.41 4.5 -
YUV 78.5 111.92 111.24 -
System Red Green Blue C M Y K H S L
Decimal 55 96 50 0.43 0 0.48 0.62 113.48 0.32 0.29
Hex 37 60 32 2B 0 30 3E 71 20 1D
Octal 67 140 62 53 0 60 76 161 40 35
Binary 110111 1100000 110010 101011 0 110000 111110 1110001 100000 11101

Color Harmonies of #376032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376032

Black with #376032

Text Example


Text Example

White with #376032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376032; }

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

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

background-color css

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

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

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

border-color css

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

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

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