Html Css Color HEX #316514 Bilbao

📋 copy color: '#316514'

red 49 ◦ green 101 ◦ blue 20

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

Shades of Bilbao #316514

Tints of Bilbao #316514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.76%

R = 28.82%
G = 59.41%
B = 11.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#316514 (or 0x316514) is known color: Bilbao. HEX triplet: 31, 65 and 14. RGB value is (49,101,20). Sum of RGB (Red+Green+Blue) = 49+101+20=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 101 (39.84% from 255 or 59.41% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 101 - color contains mainly: green. Hex color #316514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316514 is #CE9AEB. Grayscale: #4C4C4C. Windows color (decimal): -13540076 or 1336625. OLE color: 1336625.

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

Color convert

RGB 49 101 20 -
CMYK 0.51 0 0.80 0.60
HSL 98.52º 0.67% 0.24% -
HSV(B) 98.52º 0.8% 0.4% -
XYZ 6.05 10.01 2.28 -
YUV 76.22 96.27 108.59 -
System Red Green Blue C M Y K H S L
Decimal 49 101 20 0.51 0 0.80 0.60 98.52 0.67 0.24
Hex 31 65 14 33 0 50 3C 63 43 18
Octal 61 145 24 63 0 120 74 143 103 30
Binary 110001 1100101 10100 110011 0 1010000 111100 1100011 1000011 11000

Color Harmonies of #316514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316514

Black with #316514

Text Example


Text Example

White with #316514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316514; }

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

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

background-color css

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

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

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

border-color css

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

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

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