Html Css Color HEX #317616 Bilbao

📋 copy color: '#317616'

red 49 ◦ green 118 ◦ blue 22

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

Shades of Bilbao #317616

Tints of Bilbao #317616

RGB

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

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

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

R = 25.93%
G = 62.43%
B = 11.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#317616 (or 0x317616) is known color: Bilbao. HEX triplet: 31, 76 and 16. RGB value is (49,118,22). Sum of RGB (Red+Green+Blue) = 49+118+22=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #317616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317616 is #CE89E9. Grayscale: #565656. Windows color (decimal): -13535722 or 1472049. OLE color: 1472049.

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

Color convert

RGB 49 118 22 -
CMYK 0.58 0 0.81 0.54
HSL 103.13º 0.69% 0.27% -
HSV(B) 103.13º 0.81% 0.46% -
XYZ 7.89 13.67 2.98 -
YUV 86.43 91.64 101.31 -
System Red Green Blue C M Y K H S L
Decimal 49 118 22 0.58 0 0.81 0.54 103.13 0.69 0.27
Hex 31 76 16 3A 0 51 36 67 45 1B
Octal 61 166 26 72 0 121 66 147 105 33
Binary 110001 1110110 10110 111010 0 1010001 110110 1100111 1000101 11011

Color Harmonies of #317616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317616

Black with #317616

Text Example


Text Example

White with #317616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317616; }

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

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

background-color css

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

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

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

border-color css

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

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

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