Html Css Color HEX #316515 Green House

📋 copy color: '#316515'

red 49 ◦ green 101 ◦ blue 21

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

Shades of Green House #316515

Tints of Green House #316515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 59.06%

 BLUE value IS 21 (8.59% from 255) = 12.28%

R = 28.65%
G = 59.06%
B = 12.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#316515 (or 0x316515) is known color: Green House. HEX triplet: 31, 65 and 15. RGB value is (49,101,21). Sum of RGB (Red+Green+Blue) = 49+101+21=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #316515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316515 is #CE9AEA. Grayscale: #4C4C4C. Windows color (decimal): -13540075 or 1402161. OLE color: 1402161.

HSL color Cylindrical-coordinate representation of color #316515: hue angle of 99º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #316515 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 21 -
CMYK 0.51 0 0.79 0.60
HSL 99º 0.66% 0.24% -
HSV(B) 99º 0.79% 0.4% -
XYZ 6.06 10.01 2.32 -
YUV 76.33 96.77 108.5 -
System Red Green Blue C M Y K H S L
Decimal 49 101 21 0.51 0 0.79 0.60 99 0.66 0.24
Hex 31 65 15 33 0 4F 3C 63 42 18
Octal 61 145 25 63 0 117 74 143 102 30
Binary 110001 1100101 10101 110011 0 1001111 111100 1100011 1000010 11000

Color Harmonies of #316515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316515

Black with #316515

Text Example


Text Example

White with #316515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316515; }

 p { color: rgb(49,101,21); }

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

background-color css

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

 a { background-color: rgb(49,101,21); }

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

border-color css

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

 span { border-color: rgb(49,101,21); }

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