Html Css Color HEX #316417 Green House

📋 copy color: '#316417'

red 49 ◦ green 100 ◦ blue 23

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

Shades of Green House #316417

Tints of Green House #316417

RGB

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

 GREEN value IS 100 (39.45% from 255) = 58.14%

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

R = 28.49%
G = 58.14%
B = 13.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#316417 (or 0x316417) is known color: Green House. HEX triplet: 31, 64 and 17. RGB value is (49,100,23). Sum of RGB (Red+Green+Blue) = 49+100+23=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #316417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316417 is #CE9BE8. Grayscale: #4C4C4C. Windows color (decimal): -13540329 or 1532977. OLE color: 1532977.

HSL color Cylindrical-coordinate representation of color #316417: hue angle of 99.74º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #316417 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 100 23 -
CMYK 0.51 0 0.77 0.61
HSL 99.74º 0.63% 0.24% -
HSV(B) 99.74º 0.77% 0.39% -
XYZ 5.98 9.83 2.39 -
YUV 75.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 49 100 23 0.51 0 0.77 0.61 99.74 0.63 0.24
Hex 31 64 17 33 0 4D 3D 64 3F 18
Octal 61 144 27 63 0 115 75 144 77 30
Binary 110001 1100100 10111 110011 0 1001101 111101 1100100 111111 11000

Color Harmonies of #316417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316417

Black with #316417

Text Example


Text Example

White with #316417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316417; }

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

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

background-color css

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

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

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

border-color css

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

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

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