Html Css Color HEX #316119 Green House

📋 copy color: '#316119'

red 49 ◦ green 97 ◦ blue 25

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

Shades of Green House #316119

Tints of Green House #316119

RGB

 RED value IS 49 (19.53% from 255) = 28.65%

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

 BLUE value IS 25 (10.16% from 255) = 14.62%

R = 28.65%
G = 56.73%
B = 14.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#316119 (or 0x316119) is known color: Green House. HEX triplet: 31, 61 and 19. RGB value is (49,97,25). Sum of RGB (Red+Green+Blue) = 49+97+25=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #316119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316119 is #CE9EE6. Grayscale: #4A4A4A. Windows color (decimal): -13541095 or 1663281. OLE color: 1663281.

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

Color convert

RGB 49 97 25 -
CMYK 0.49 0 0.74 0.62
HSL 100º 0.59% 0.24% -
HSV(B) 100º 0.74% 0.38% -
XYZ 5.72 9.27 2.41 -
YUV 74.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 49 97 25 0.49 0 0.74 0.62 100 0.59 0.24
Hex 31 61 19 31 0 4A 3E 64 3B 18
Octal 61 141 31 61 0 112 76 144 73 30
Binary 110001 1100001 11001 110001 0 1001010 111110 1100100 111011 11000

Color Harmonies of #316119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316119

Black with #316119

Text Example


Text Example

White with #316119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316119; }

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

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

background-color css

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

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

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

border-color css

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

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

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