Html Css Color HEX #317516 Bilbao

📋 copy color: '#317516'

red 49 ◦ green 117 ◦ blue 22

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

Shades of Bilbao #317516

Tints of Bilbao #317516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.23%

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

R = 26.06%
G = 62.23%
B = 11.7%

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

#317516 (or 0x317516) is known color: Bilbao. HEX triplet: 31, 75 and 16. RGB value is (49,117,22). Sum of RGB (Red+Green+Blue) = 49+117+22=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #317516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317516 is #CE8AE9. Grayscale: #565656. Windows color (decimal): -13535978 or 1471793. OLE color: 1471793.

HSL color Cylindrical-coordinate representation of color #317516: hue angle of 102.95º degrees, saturation: 0.68, 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 #317516 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 22 -
CMYK 0.58 0 0.81 0.54
HSL 102.95º 0.68% 0.27% -
HSV(B) 102.95º 0.81% 0.46% -
XYZ 7.77 13.43 2.94 -
YUV 85.84 91.97 101.72 -
System Red Green Blue C M Y K H S L
Decimal 49 117 22 0.58 0 0.81 0.54 102.95 0.68 0.27
Hex 31 75 16 3A 0 51 36 67 44 1B
Octal 61 165 26 72 0 121 66 147 104 33
Binary 110001 1110101 10110 111010 0 1010001 110110 1100111 1000100 11011

Color Harmonies of #317516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317516

Black with #317516

Text Example


Text Example

White with #317516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317516; }

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

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

background-color css

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

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

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

border-color css

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

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

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