Html Css Color HEX #366131 Green House

📋 copy color: '#366131'

red 54 ◦ green 97 ◦ blue 49

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

Shades of Green House #366131

Tints of Green House #366131

RGB

 RED value IS 54 (21.48% from 255) = 27%

 GREEN value IS 97 (38.28% from 255) = 48.5%

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

R = 27%
G = 48.5%
B = 24.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#366131 (or 0x366131) is known color: Green House. HEX triplet: 36, 61 and 31. RGB value is (54,97,49). Sum of RGB (Red+Green+Blue) = 54+97+49=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #366131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366131 is #C99ECE. Grayscale: #4E4E4E. Windows color (decimal): -13213391 or 3236150. OLE color: 3236150.

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

Color convert

RGB 54 97 49 -
CMYK 0.44 0 0.49 0.62
HSL 113.75º 0.33% 0.29% -
HSV(B) 113.75º 0.49% 0.38% -
XYZ 6.35 9.56 4.42 -
YUV 78.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 54 97 49 0.44 0 0.49 0.62 113.75 0.33 0.29
Hex 36 61 31 2C 0 31 3E 72 21 1D
Octal 66 141 61 54 0 61 76 162 41 35
Binary 110110 1100001 110001 101100 0 110001 111110 1110010 100001 11101

Color Harmonies of #366131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366131

Black with #366131

Text Example


Text Example

White with #366131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366131; }

 p { color: rgb(54,97,49); }

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

background-color css

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

 a { background-color: rgb(54,97,49); }

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

border-color css

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

 span { border-color: rgb(54,97,49); }

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