Html Css Color HEX #316714 Bilbao

📋 copy color: '#316714'

red 49 ◦ green 103 ◦ blue 20

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

Shades of Bilbao #316714

Tints of Bilbao #316714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 59.88%

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

R = 28.49%
G = 59.88%
B = 11.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#316714 (or 0x316714) is known color: Bilbao. HEX triplet: 31, 67 and 14. RGB value is (49,103,20). Sum of RGB (Red+Green+Blue) = 49+103+20=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #316714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316714 is #CE98EB. Grayscale: #4D4D4D. Windows color (decimal): -13539564 or 1337137. OLE color: 1337137.

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

Color convert

RGB 49 103 20 -
CMYK 0.52 0 0.81 0.60
HSL 99.04º 0.67% 0.24% -
HSV(B) 99.04º 0.81% 0.4% -
XYZ 6.24 10.4 2.34 -
YUV 77.39 95.61 107.75 -
System Red Green Blue C M Y K H S L
Decimal 49 103 20 0.52 0 0.81 0.60 99.04 0.67 0.24
Hex 31 67 14 34 0 51 3C 63 43 18
Octal 61 147 24 64 0 121 74 143 103 30
Binary 110001 1100111 10100 110100 0 1010001 111100 1100011 1000011 11000

Color Harmonies of #316714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316714

Black with #316714

Text Example


Text Example

White with #316714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316714; }

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

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

background-color css

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

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

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

border-color css

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

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

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