Html Css Color HEX #316016 Green House

📋 copy color: '#316016'

red 49 ◦ green 96 ◦ blue 22

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

Shades of Green House #316016

Tints of Green House #316016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.49%

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 29.34%
G = 57.49%
B = 13.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#316016 (or 0x316016) is known color: Green House. HEX triplet: 31, 60 and 16. RGB value is (49,96,22). Sum of RGB (Red+Green+Blue) = 49+96+22=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #316016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316016 is #CE9FE9. Grayscale: #494949. Windows color (decimal): -13541354 or 1466417. OLE color: 1466417.

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

Color convert

RGB 49 96 22 -
CMYK 0.49 0 0.77 0.62
HSL 98.11º 0.63% 0.23% -
HSV(B) 98.11º 0.77% 0.38% -
XYZ 5.59 9.08 2.22 -
YUV 73.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 49 96 22 0.49 0 0.77 0.62 98.11 0.63 0.23
Hex 31 60 16 31 0 4D 3E 62 3F 17
Octal 61 140 26 61 0 115 76 142 77 27
Binary 110001 1100000 10110 110001 0 1001101 111110 1100010 111111 10111

Color Harmonies of #316016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316016

Black with #316016

Text Example


Text Example

White with #316016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316016; }

 p { color: rgb(49,96,22); }

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

background-color css

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

 a { background-color: rgb(49,96,22); }

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

border-color css

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

 span { border-color: rgb(49,96,22); }

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