Html Css Color HEX #317213 Bilbao

📋 copy color: '#317213'

red 49 ◦ green 114 ◦ blue 19

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

Shades of Bilbao #317213

Tints of Bilbao #317213

RGB

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

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

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

R = 26.92%
G = 62.64%
B = 10.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#317213 (or 0x317213) is known color: Bilbao. HEX triplet: 31, 72 and 13. RGB value is (49,114,19). Sum of RGB (Red+Green+Blue) = 49+114+19=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #317213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317213 is #CE8DEC. Grayscale: #545454. Windows color (decimal): -13536749 or 1274417. OLE color: 1274417.

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

Color convert

RGB 49 114 19 -
CMYK 0.57 0 0.83 0.55
HSL 101.05º 0.71% 0.26% -
HSV(B) 101.05º 0.83% 0.45% -
XYZ 7.4 12.73 2.68 -
YUV 83.74 91.47 103.22 -
System Red Green Blue C M Y K H S L
Decimal 49 114 19 0.57 0 0.83 0.55 101.05 0.71 0.26
Hex 31 72 13 39 0 53 37 65 47 1A
Octal 61 162 23 71 0 123 67 145 107 32
Binary 110001 1110010 10011 111001 0 1010011 110111 1100101 1000111 11010

Color Harmonies of #317213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317213

Black with #317213

Text Example


Text Example

White with #317213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317213; }

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

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

background-color css

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

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

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

border-color css

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

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

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