Html Css Color HEX #317D10 Bilbao

📋 copy color: '#317D10'

red 49 ◦ green 125 ◦ blue 16

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

Shades of Bilbao #317D10

Tints of Bilbao #317D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 65.79%

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

R = 25.79%
G = 65.79%
B = 8.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#317D10 (or 0x317D10) is known color: Bilbao. HEX triplet: 31, 7D and 10. RGB value is (49,125,16). Sum of RGB (Red+Green+Blue) = 49+125+16=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 125 (49.22% from 255 or 65.79% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 125 - color contains mainly: green. Hex color #317D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317D10 is #CE82EF. Grayscale: #5A5A5A. Windows color (decimal): -13533936 or 1080625. OLE color: 1080625.

HSL color Cylindrical-coordinate representation of color #317D10: hue angle of 101.83º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #317D10 is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 125 16 -
CMYK 0.61 0 0.87 0.51
HSL 101.83º 0.77% 0.28% -
HSV(B) 101.83º 0.87% 0.49% -
XYZ 8.69 15.36 3 -
YUV 89.85 86.32 98.86 -
System Red Green Blue C M Y K H S L
Decimal 49 125 16 0.61 0 0.87 0.51 101.83 0.77 0.28
Hex 31 7D 10 3D 0 57 33 66 4D 1C
Octal 61 175 20 75 0 127 63 146 115 34
Binary 110001 1111101 10000 111101 0 1010111 110011 1100110 1001101 11100

Color Harmonies of #317D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317D10

Black with #317D10

Text Example


Text Example

White with #317D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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