Html Css Color HEX #318516 Bilbao

📋 copy color: '#318516'

red 49 ◦ green 133 ◦ blue 22

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

Shades of Bilbao #318516

Tints of Bilbao #318516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.2%

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

R = 24.02%
G = 65.2%
B = 10.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#318516 (or 0x318516) is known color: Bilbao. HEX triplet: 31, 85 and 16. RGB value is (49,133,22). Sum of RGB (Red+Green+Blue) = 49+133+22=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #318516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318516 is #CE7AE9. Grayscale: #5F5F5F. Windows color (decimal): -13531882 or 1475889. OLE color: 1475889.

HSL color Cylindrical-coordinate representation of color #318516: hue angle of 105.41º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #318516 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 22 -
CMYK 0.63 0 0.83 0.48
HSL 105.41º 0.72% 0.3% -
HSV(B) 105.41º 0.83% 0.52% -
XYZ 9.8 17.49 3.62 -
YUV 95.23 86.67 95.03 -
System Red Green Blue C M Y K H S L
Decimal 49 133 22 0.63 0 0.83 0.48 105.41 0.72 0.3
Hex 31 85 16 3F 0 53 30 69 48 1E
Octal 61 205 26 77 0 123 60 151 110 36
Binary 110001 10000101 10110 111111 0 1010011 110000 1101001 1001000 11110

Color Harmonies of #318516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318516

Black with #318516

Text Example


Text Example

White with #318516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318516; }

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

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

background-color css

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

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

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

border-color css

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

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

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