Html Css Color HEX #318400 Bilbao

📋 copy color: '#318400'

red 49 ◦ green 132 ◦ blue 0

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

Shades of Bilbao #318400

Tints of Bilbao #318400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 72.93%

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

R = 27.07%
G = 72.93%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#318400 (or 0x318400) is known color: Bilbao. HEX triplet: 31, 84 and 00. RGB value is (49,132,0). Sum of RGB (Red+Green+Blue) = 49+132+0=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 132 (51.95% from 255 or 72.93% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 132 - color contains mainly: green. Hex color #318400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318400 is #CE7BFF. Grayscale: #5C5C5C. Windows color (decimal): -13532160 or 33841. OLE color: 33841.

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

Color convert

RGB 49 132 0 -
CMYK 0.63 0 1 0.48
HSL 97.73º 1% 0.26% -
HSV(B) 97.73º 1% 0.52% -
XYZ 9.52 17.16 2.81 -
YUV 92.14 76 97.23 -
System Red Green Blue C M Y K H S L
Decimal 49 132 0 0.63 0 1 0.48 97.73 1 0.26
Hex 31 84 0 3F 0 64 30 62 64 1A
Octal 61 204 0 77 0 144 60 142 144 32
Binary 110001 10000100 0 111111 0 1100100 110000 1100010 1100100 11010

Color Harmonies of #318400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318400

Black with #318400

Text Example


Text Example

White with #318400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318400; }

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

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

background-color css

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

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

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

border-color css

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

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

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