Html Css Color HEX #317210 Bilbao

📋 copy color: '#317210'

red 49 ◦ green 114 ◦ blue 16

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

Shades of Bilbao #317210

Tints of Bilbao #317210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 63.69%

 BLUE value IS 16 (6.64% from 255) = 8.94%

R = 27.37%
G = 63.69%
B = 8.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#317210 (or 0x317210) is known color: Bilbao. HEX triplet: 31, 72 and 10. RGB value is (49,114,16). Sum of RGB (Red+Green+Blue) = 49+114+16=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 114 (44.92% from 255 or 63.69% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 114 - color contains mainly: green. Hex color #317210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317210 is #CE8DEF. Grayscale: #535353. Windows color (decimal): -13536752 or 1077809. OLE color: 1077809.

HSL color Cylindrical-coordinate representation of color #317210: hue angle of 99.8º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #317210 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 114 16 -
CMYK 0.57 0 0.86 0.55
HSL 99.8º 0.75% 0.25% -
HSV(B) 99.8º 0.86% 0.45% -
XYZ 7.38 12.73 2.56 -
YUV 83.39 89.97 103.47 -
System Red Green Blue C M Y K H S L
Decimal 49 114 16 0.57 0 0.86 0.55 99.8 0.75 0.25
Hex 31 72 10 39 0 56 37 64 4B 19
Octal 61 162 20 71 0 126 67 144 113 31
Binary 110001 1110010 10000 111001 0 1010110 110111 1100100 1001011 11001

Color Harmonies of #317210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317210

Black with #317210

Text Example


Text Example

White with #317210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317210; }

 p { color: rgb(49,114,16); }

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

background-color css

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

 a { background-color: rgb(49,114,16); }

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

border-color css

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

 span { border-color: rgb(49,114,16); }

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