Html Css Color HEX #318614 Bilbao

📋 copy color: '#318614'

red 49 ◦ green 134 ◦ blue 20

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

Shades of Bilbao #318614

Tints of Bilbao #318614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 66.01%

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

R = 24.14%
G = 66.01%
B = 9.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#318614 (or 0x318614) is known color: Bilbao. HEX triplet: 31, 86 and 14. RGB value is (49,134,20). Sum of RGB (Red+Green+Blue) = 49+134+20=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 134 (52.73% from 255 or 66.01% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 134 - color contains mainly: green. Hex color #318614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318614 is #CE79EB. Grayscale: #5F5F5F. Windows color (decimal): -13531628 or 1345073. OLE color: 1345073.

HSL color Cylindrical-coordinate representation of color #318614: hue angle of 104.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #318614 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 134 20 -
CMYK 0.63 0 0.85 0.47
HSL 104.74º 0.74% 0.3% -
HSV(B) 104.74º 0.85% 0.53% -
XYZ 9.92 17.75 3.57 -
YUV 95.59 85.34 94.77 -
System Red Green Blue C M Y K H S L
Decimal 49 134 20 0.63 0 0.85 0.47 104.74 0.74 0.3
Hex 31 86 14 3F 0 55 2F 69 4A 1E
Octal 61 206 24 77 0 125 57 151 112 36
Binary 110001 10000110 10100 111111 0 1010101 101111 1101001 1001010 11110

Color Harmonies of #318614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318614

Black with #318614

Text Example


Text Example

White with #318614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318614; }

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

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

background-color css

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

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

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

border-color css

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

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

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