Html Css Color HEX #317610 Bilbao

📋 copy color: '#317610'

red 49 ◦ green 118 ◦ blue 16

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

Shades of Bilbao #317610

Tints of Bilbao #317610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 64.48%

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

R = 26.78%
G = 64.48%
B = 8.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#317610 (or 0x317610) is known color: Bilbao. HEX triplet: 31, 76 and 10. RGB value is (49,118,16). Sum of RGB (Red+Green+Blue) = 49+118+16=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 118 (46.48% from 255 or 64.48% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 118 - color contains mainly: green. Hex color #317610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317610 is #CE89EF. Grayscale: #565656. Windows color (decimal): -13535728 or 1078833. OLE color: 1078833.

HSL color Cylindrical-coordinate representation of color #317610: hue angle of 100.59º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #317610 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 16 -
CMYK 0.58 0 0.86 0.54
HSL 100.59º 0.76% 0.26% -
HSV(B) 100.59º 0.86% 0.46% -
XYZ 7.84 13.65 2.71 -
YUV 85.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 49 118 16 0.58 0 0.86 0.54 100.59 0.76 0.26
Hex 31 76 10 3A 0 56 36 65 4C 1A
Octal 61 166 20 72 0 126 66 145 114 32
Binary 110001 1110110 10000 111010 0 1010110 110110 1100101 1001100 11010

Color Harmonies of #317610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317610

Black with #317610

Text Example


Text Example

White with #317610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317610; }

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

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

background-color css

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

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

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

border-color css

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

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

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