Html Css Color HEX #318209 Bilbao

📋 copy color: '#318209'

red 49 ◦ green 130 ◦ blue 9

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

Shades of Bilbao #318209

Tints of Bilbao #318209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.79%

R = 26.06%
G = 69.15%
B = 4.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#318209 (or 0x318209) is known color: Bilbao. HEX triplet: 31, 82 and 09. RGB value is (49,130,9). Sum of RGB (Red+Green+Blue) = 49+130+9=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #318209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318209 is #CE7DF6. Grayscale: #5C5C5C. Windows color (decimal): -13532663 or 623153. OLE color: 623153.

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

Color convert

RGB 49 130 9 -
CMYK 0.62 0 0.93 0.49
HSL 100.17º 0.87% 0.27% -
HSV(B) 100.17º 0.93% 0.51% -
XYZ 9.3 16.64 2.98 -
YUV 91.99 81.16 97.34 -
System Red Green Blue C M Y K H S L
Decimal 49 130 9 0.62 0 0.93 0.49 100.17 0.87 0.27
Hex 31 82 9 3E 0 5D 31 64 57 1B
Octal 61 202 11 76 0 135 61 144 127 33
Binary 110001 10000010 1001 111110 0 1011101 110001 1100100 1010111 11011

Color Harmonies of #318209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318209

Black with #318209

Text Example


Text Example

White with #318209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318209; }

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

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

background-color css

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

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

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

border-color css

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

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

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