Html Css Color HEX #316213 Green House

📋 copy color: '#316213'

red 49 ◦ green 98 ◦ blue 19

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

Shades of Green House #316213

Tints of Green House #316213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.04%

 BLUE value IS 19 (7.81% from 255) = 11.45%

R = 29.52%
G = 59.04%
B = 11.45%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#316213 (or 0x316213) is known color: Green House. HEX triplet: 31, 62 and 13. RGB value is (49,98,19). Sum of RGB (Red+Green+Blue) = 49+98+19=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #316213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316213 is #CE9DEC. Grayscale: #4A4A4A. Windows color (decimal): -13540845 or 1270321. OLE color: 1270321.

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

Color convert

RGB 49 98 19 -
CMYK 0.5 0 0.81 0.62
HSL 97.22º 0.68% 0.23% -
HSV(B) 97.22º 0.81% 0.38% -
XYZ 5.75 9.44 2.13 -
YUV 74.34 96.77 109.92 -
System Red Green Blue C M Y K H S L
Decimal 49 98 19 0.5 0 0.81 0.62 97.22 0.68 0.23
Hex 31 62 13 32 0 51 3E 61 44 17
Octal 61 142 23 62 0 121 76 141 104 27
Binary 110001 1100010 10011 110010 0 1010001 111110 1100001 1000100 10111

Color Harmonies of #316213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316213

Black with #316213

Text Example


Text Example

White with #316213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316213; }

 p { color: rgb(49,98,19); }

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

background-color css

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

 a { background-color: rgb(49,98,19); }

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

border-color css

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

 span { border-color: rgb(49,98,19); }

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