Html Css Color HEX #316217 Green House

📋 copy color: '#316217'

red 49 ◦ green 98 ◦ blue 23

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

Shades of Green House #316217

Tints of Green House #316217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.53%

R = 28.82%
G = 57.65%
B = 13.53%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#316217 (or 0x316217) is known color: Green House. HEX triplet: 31, 62 and 17. RGB value is (49,98,23). Sum of RGB (Red+Green+Blue) = 49+98+23=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #316217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316217 is #CE9DE8. Grayscale: #4B4B4B. Windows color (decimal): -13540841 or 1532465. OLE color: 1532465.

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

Color convert

RGB 49 98 23 -
CMYK 0.5 0 0.77 0.62
HSL 99.2º 0.62% 0.24% -
HSV(B) 99.2º 0.77% 0.38% -
XYZ 5.79 9.45 2.33 -
YUV 74.8 98.77 109.6 -
System Red Green Blue C M Y K H S L
Decimal 49 98 23 0.5 0 0.77 0.62 99.2 0.62 0.24
Hex 31 62 17 32 0 4D 3E 63 3E 18
Octal 61 142 27 62 0 115 76 143 76 30
Binary 110001 1100010 10111 110010 0 1001101 111110 1100011 111110 11000

Color Harmonies of #316217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316217

Black with #316217

Text Example


Text Example

White with #316217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316217; }

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

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

background-color css

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

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

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

border-color css

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

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

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