Html Css Color HEX #316218 Green House

📋 copy color: '#316218'

red 49 ◦ green 98 ◦ blue 24

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

Shades of Green House #316218

Tints of Green House #316218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 28.65%
G = 57.31%
B = 14.04%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#316218 (or 0x316218) is known color: Green House. HEX triplet: 31, 62 and 18. RGB value is (49,98,24). Sum of RGB (Red+Green+Blue) = 49+98+24=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #316218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316218 is #CE9DE7. Grayscale: #4B4B4B. Windows color (decimal): -13540840 or 1598001. OLE color: 1598001.

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

Color convert

RGB 49 98 24 -
CMYK 0.5 0 0.76 0.62
HSL 99.73º 0.61% 0.24% -
HSV(B) 99.73º 0.76% 0.38% -
XYZ 5.8 9.45 2.38 -
YUV 74.91 99.27 109.52 -
System Red Green Blue C M Y K H S L
Decimal 49 98 24 0.5 0 0.76 0.62 99.73 0.61 0.24
Hex 31 62 18 32 0 4C 3E 64 3D 18
Octal 61 142 30 62 0 114 76 144 75 30
Binary 110001 1100010 11000 110010 0 1001100 111110 1100100 111101 11000

Color Harmonies of #316218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316218

Black with #316218

Text Example


Text Example

White with #316218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316218; }

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

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

background-color css

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

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

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

border-color css

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

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

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