Html Css Color HEX #318900 Bilbao

📋 copy color: '#318900'

red 49 ◦ green 137 ◦ blue 0

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

Shades of Bilbao #318900

Tints of Bilbao #318900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 73.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.34%
G = 73.66%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#318900 (or 0x318900) is known color: Bilbao. HEX triplet: 31, 89 and 00. RGB value is (49,137,0). Sum of RGB (Red+Green+Blue) = 49+137+0=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 137 (53.91% from 255 or 73.66% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 137 - color contains mainly: green. Hex color #318900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318900 is #CE76FF. Grayscale: #5F5F5F. Windows color (decimal): -13530880 or 35121. OLE color: 35121.

HSL color Cylindrical-coordinate representation of color #318900: hue angle of 98.54º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #318900 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 137 0 -
CMYK 0.64 0 1 0.46
HSL 98.54º 1% 0.27% -
HSV(B) 98.54º 1% 0.54% -
XYZ 10.21 18.54 3.04 -
YUV 95.07 74.35 95.14 -
System Red Green Blue C M Y K H S L
Decimal 49 137 0 0.64 0 1 0.46 98.54 1 0.27
Hex 31 89 0 40 0 64 2E 63 64 1B
Octal 61 211 0 100 0 144 56 143 144 33
Binary 110001 10001001 0 1000000 0 1100100 101110 1100011 1100100 11011

Color Harmonies of #318900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318900

Black with #318900

Text Example


Text Example

White with #318900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318900; }

 p { color: rgb(49,137,0); }

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

background-color css

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

 a { background-color: rgb(49,137,0); }

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

border-color css

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

 span { border-color: rgb(49,137,0); }

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