Html Css Color HEX #376420 Green House

📋 copy color: '#376420'

red 55 ◦ green 100 ◦ blue 32

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

Shades of Green House #376420

Tints of Green House #376420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.48%

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

R = 29.41%
G = 53.48%
B = 17.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#376420 (or 0x376420) is known color: Green House. HEX triplet: 37, 64 and 20. RGB value is (55,100,32). Sum of RGB (Red+Green+Blue) = 55+100+32=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #376420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376420 is #C89BDF. Grayscale: #4F4F4F. Windows color (decimal): -13147104 or 2122807. OLE color: 2122807.

HSL color Cylindrical-coordinate representation of color #376420: hue angle of 99.71º degrees, saturation: 0.52, 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 #376420 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 32 -
CMYK 0.45 0 0.68 0.61
HSL 99.71º 0.52% 0.26% -
HSV(B) 99.71º 0.68% 0.39% -
XYZ 6.39 10.03 2.97 -
YUV 78.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 55 100 32 0.45 0 0.68 0.61 99.71 0.52 0.26
Hex 37 64 20 2D 0 44 3D 64 34 1A
Octal 67 144 40 55 0 104 75 144 64 32
Binary 110111 1100100 100000 101101 0 1000100 111101 1100100 110100 11010

Color Harmonies of #376420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376420

Black with #376420

Text Example


Text Example

White with #376420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376420; }

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

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

background-color css

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

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

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

border-color css

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

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

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