Html Css Color HEX #317013 Bilbao

📋 copy color: '#317013'

red 49 ◦ green 112 ◦ blue 19

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

Shades of Bilbao #317013

Tints of Bilbao #317013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 62.22%

 BLUE value IS 19 (7.81% from 255) = 10.56%

R = 27.22%
G = 62.22%
B = 10.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#317013 (or 0x317013) is known color: Bilbao. HEX triplet: 31, 70 and 13. RGB value is (49,112,19). Sum of RGB (Red+Green+Blue) = 49+112+19=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #317013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317013 is #CE8FEC. Grayscale: #525252. Windows color (decimal): -13537261 or 1273905. OLE color: 1273905.

HSL color Cylindrical-coordinate representation of color #317013: hue angle of 100.65º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #317013 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 19 -
CMYK 0.56 0 0.83 0.56
HSL 100.65º 0.71% 0.26% -
HSV(B) 100.65º 0.83% 0.44% -
XYZ 7.18 12.29 2.61 -
YUV 82.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 49 112 19 0.56 0 0.83 0.56 100.65 0.71 0.26
Hex 31 70 13 38 0 53 38 65 47 1A
Octal 61 160 23 70 0 123 70 145 107 32
Binary 110001 1110000 10011 111000 0 1010011 111000 1100101 1000111 11010

Color Harmonies of #317013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317013

Black with #317013

Text Example


Text Example

White with #317013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317013; }

 p { color: rgb(49,112,19); }

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

background-color css

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

 a { background-color: rgb(49,112,19); }

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

border-color css

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

 span { border-color: rgb(49,112,19); }

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