Html Css Color HEX #376320 Green House

📋 copy color: '#376320'

red 55 ◦ green 99 ◦ blue 32

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

Shades of Green House #376320

Tints of Green House #376320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.23%

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 29.57%
G = 53.23%
B = 17.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#376320 (or 0x376320) is known color: Green House. HEX triplet: 37, 63 and 20. RGB value is (55,99,32). Sum of RGB (Red+Green+Blue) = 55+99+32=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #376320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376320 is #C89CDF. Grayscale: #4E4E4E. Windows color (decimal): -13147360 or 2122551. OLE color: 2122551.

HSL color Cylindrical-coordinate representation of color #376320: hue angle of 99.4º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #376320 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 99 32 -
CMYK 0.44 0 0.68 0.61
HSL 99.4º 0.51% 0.26% -
HSV(B) 99.4º 0.68% 0.39% -
XYZ 6.3 9.84 2.93 -
YUV 78.21 101.92 111.45 -
System Red Green Blue C M Y K H S L
Decimal 55 99 32 0.44 0 0.68 0.61 99.4 0.51 0.26
Hex 37 63 20 2C 0 44 3D 63 33 1A
Octal 67 143 40 54 0 104 75 143 63 32
Binary 110111 1100011 100000 101100 0 1000100 111101 1100011 110011 11010

Color Harmonies of #376320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376320

Black with #376320

Text Example


Text Example

White with #376320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376320; }

 p { color: rgb(55,99,32); }

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

background-color css

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

 a { background-color: rgb(55,99,32); }

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

border-color css

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

 span { border-color: rgb(55,99,32); }

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