Html Css Color HEX #317416 Bilbao

📋 copy color: '#317416'

red 49 ◦ green 116 ◦ blue 22

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

Shades of Bilbao #317416

Tints of Bilbao #317416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.03%

 BLUE value IS 22 (8.98% from 255) = 11.76%

R = 26.2%
G = 62.03%
B = 11.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#317416 (or 0x317416) is known color: Bilbao. HEX triplet: 31, 74 and 16. RGB value is (49,116,22). Sum of RGB (Red+Green+Blue) = 49+116+22=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #317416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317416 is #CE8BE9. Grayscale: #555555. Windows color (decimal): -13536234 or 1471537. OLE color: 1471537.

HSL color Cylindrical-coordinate representation of color #317416: hue angle of 102.77º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #317416 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 22 -
CMYK 0.58 0 0.81 0.55
HSL 102.77º 0.68% 0.27% -
HSV(B) 102.77º 0.81% 0.45% -
XYZ 7.66 13.2 2.9 -
YUV 85.25 92.3 102.14 -
System Red Green Blue C M Y K H S L
Decimal 49 116 22 0.58 0 0.81 0.55 102.77 0.68 0.27
Hex 31 74 16 3A 0 51 37 67 44 1B
Octal 61 164 26 72 0 121 67 147 104 33
Binary 110001 1110100 10110 111010 0 1010001 110111 1100111 1000100 11011

Color Harmonies of #317416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317416

Black with #317416

Text Example


Text Example

White with #317416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317416; }

 p { color: rgb(49,116,22); }

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

background-color css

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

 a { background-color: rgb(49,116,22); }

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

border-color css

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

 span { border-color: rgb(49,116,22); }

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