Html Css Color HEX #376020 Green House

📋 copy color: '#376020'

red 55 ◦ green 96 ◦ blue 32

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

Shades of Green House #376020

Tints of Green House #376020

RGB

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

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

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

R = 30.05%
G = 52.46%
B = 17.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#376020 (or 0x376020) is known color: Green House. HEX triplet: 37, 60 and 20. RGB value is (55,96,32). Sum of RGB (Red+Green+Blue) = 55+96+32=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #376020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376020 is #C89FDF. Grayscale: #4C4C4C. Windows color (decimal): -13148128 or 2121783. OLE color: 2121783.

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

Color convert

RGB 55 96 32 -
CMYK 0.43 0 0.67 0.62
HSL 98.44º 0.5% 0.25% -
HSV(B) 98.44º 0.67% 0.38% -
XYZ 6.02 9.28 2.84 -
YUV 76.45 102.92 112.7 -
System Red Green Blue C M Y K H S L
Decimal 55 96 32 0.43 0 0.67 0.62 98.44 0.5 0.25
Hex 37 60 20 2B 0 43 3E 62 32 19
Octal 67 140 40 53 0 103 76 142 62 31
Binary 110111 1100000 100000 101011 0 1000011 111110 1100010 110010 11001

Color Harmonies of #376020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376020

Black with #376020

Text Example


Text Example

White with #376020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376020; }

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

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

background-color css

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

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

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

border-color css

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

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

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