Html Css Color HEX #317716 Bilbao

📋 copy color: '#317716'

red 49 ◦ green 119 ◦ blue 22

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

Shades of Bilbao #317716

Tints of Bilbao #317716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 62.63%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 25.79%
G = 62.63%
B = 11.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#317716 (or 0x317716) is known color: Bilbao. HEX triplet: 31, 77 and 16. RGB value is (49,119,22). Sum of RGB (Red+Green+Blue) = 49+119+22=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #317716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317716 is #CE88E9. Grayscale: #575757. Windows color (decimal): -13535466 or 1472305. OLE color: 1472305.

HSL color Cylindrical-coordinate representation of color #317716: hue angle of 103.3º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #317716 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 22 -
CMYK 0.59 0 0.82 0.53
HSL 103.3º 0.69% 0.28% -
HSV(B) 103.3º 0.82% 0.47% -
XYZ 8.01 13.9 3.02 -
YUV 87.01 91.31 100.89 -
System Red Green Blue C M Y K H S L
Decimal 49 119 22 0.59 0 0.82 0.53 103.3 0.69 0.28
Hex 31 77 16 3B 0 52 35 67 45 1C
Octal 61 167 26 73 0 122 65 147 105 34
Binary 110001 1110111 10110 111011 0 1010010 110101 1100111 1000101 11100

Color Harmonies of #317716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317716

Black with #317716

Text Example


Text Example

White with #317716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317716; }

 p { color: rgb(49,119,22); }

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

background-color css

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

 a { background-color: rgb(49,119,22); }

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

border-color css

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

 span { border-color: rgb(49,119,22); }

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