Html Css Color HEX #318219 Bilbao

📋 copy color: '#318219'

red 49 ◦ green 130 ◦ blue 25

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

Shades of Bilbao #318219

Tints of Bilbao #318219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 63.73%

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 24.02%
G = 63.73%
B = 12.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#318219 (or 0x318219) is known color: Bilbao. HEX triplet: 31, 82 and 19. RGB value is (49,130,25). Sum of RGB (Red+Green+Blue) = 49+130+25=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #318219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318219 is #CE7DE6. Grayscale: #5E5E5E. Windows color (decimal): -13532647 or 1671729. OLE color: 1671729.

HSL color Cylindrical-coordinate representation of color #318219: hue angle of 106.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #318219 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 25 -
CMYK 0.62 0 0.81 0.49
HSL 106.29º 0.68% 0.3% -
HSV(B) 106.29º 0.81% 0.51% -
XYZ 9.42 16.69 3.64 -
YUV 93.81 89.16 96.04 -
System Red Green Blue C M Y K H S L
Decimal 49 130 25 0.62 0 0.81 0.49 106.29 0.68 0.3
Hex 31 82 19 3E 0 51 31 6A 44 1E
Octal 61 202 31 76 0 121 61 152 104 36
Binary 110001 10000010 11001 111110 0 1010001 110001 1101010 1000100 11110

Color Harmonies of #318219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318219

Black with #318219

Text Example


Text Example

White with #318219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318219; }

 p { color: rgb(49,130,25); }

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

background-color css

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

 a { background-color: rgb(49,130,25); }

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

border-color css

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

 span { border-color: rgb(49,130,25); }

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