Html Css Color HEX #317010 Bilbao

📋 copy color: '#317010'

red 49 ◦ green 112 ◦ blue 16

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

Shades of Bilbao #317010

Tints of Bilbao #317010

RGB

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

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

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

R = 27.68%
G = 63.28%
B = 9.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#317010 (or 0x317010) is known color: Bilbao. HEX triplet: 31, 70 and 10. RGB value is (49,112,16). Sum of RGB (Red+Green+Blue) = 49+112+16=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #317010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317010 is #CE8FEF. Grayscale: #525252. Windows color (decimal): -13537264 or 1077297. OLE color: 1077297.

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

Color convert

RGB 49 112 16 -
CMYK 0.56 0 0.86 0.56
HSL 99.38º 0.75% 0.25% -
HSV(B) 99.38º 0.86% 0.44% -
XYZ 7.15 12.28 2.48 -
YUV 82.22 90.63 104.31 -
System Red Green Blue C M Y K H S L
Decimal 49 112 16 0.56 0 0.86 0.56 99.38 0.75 0.25
Hex 31 70 10 38 0 56 38 63 4B 19
Octal 61 160 20 70 0 126 70 143 113 31
Binary 110001 1110000 10000 111000 0 1010110 111000 1100011 1001011 11001

Color Harmonies of #317010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317010

Black with #317010

Text Example


Text Example

White with #317010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317010; }

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

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

background-color css

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

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

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

border-color css

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

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

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