Html Css Color HEX #318213 Bilbao

📋 copy color: '#318213'

red 49 ◦ green 130 ◦ blue 19

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

Shades of Bilbao #318213

Tints of Bilbao #318213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 24.75%
G = 65.66%
B = 9.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#318213 (or 0x318213) is known color: Bilbao. HEX triplet: 31, 82 and 13. RGB value is (49,130,19). Sum of RGB (Red+Green+Blue) = 49+130+19=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #318213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318213 is #CE7DEC. Grayscale: #5D5D5D. Windows color (decimal): -13532653 or 1278513. OLE color: 1278513.

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

Color convert

RGB 49 130 19 -
CMYK 0.62 0 0.85 0.49
HSL 103.78º 0.74% 0.29% -
HSV(B) 103.78º 0.85% 0.51% -
XYZ 9.37 16.67 3.34 -
YUV 93.13 86.16 96.53 -
System Red Green Blue C M Y K H S L
Decimal 49 130 19 0.62 0 0.85 0.49 103.78 0.74 0.29
Hex 31 82 13 3E 0 55 31 68 4A 1D
Octal 61 202 23 76 0 125 61 150 112 35
Binary 110001 10000010 10011 111110 0 1010101 110001 1101000 1001010 11101

Color Harmonies of #318213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318213

Black with #318213

Text Example


Text Example

White with #318213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318213; }

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

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

background-color css

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

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

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

border-color css

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

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

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