Html Css Color HEX #318301 Bilbao

📋 copy color: '#318301'

red 49 ◦ green 131 ◦ blue 1

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

Shades of Bilbao #318301

Tints of Bilbao #318301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 72.38%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 27.07%
G = 72.38%
B = 0.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#318301 (or 0x318301) is known color: Bilbao. HEX triplet: 31, 83 and 01. RGB value is (49,131,1). Sum of RGB (Red+Green+Blue) = 49+131+1=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 131 (51.56% from 255 or 72.38% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 131 - color contains mainly: green. Hex color #318301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318301 is #CE7CFE. Grayscale: #5C5C5C. Windows color (decimal): -13532415 or 99121. OLE color: 99121.

HSL color Cylindrical-coordinate representation of color #318301: hue angle of 97.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #318301 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 131 1 -
CMYK 0.63 0 0.99 0.49
HSL 97.85º 0.98% 0.26% -
HSV(B) 97.85º 0.99% 0.51% -
XYZ 9.39 16.89 2.79 -
YUV 91.66 76.83 97.57 -
System Red Green Blue C M Y K H S L
Decimal 49 131 1 0.63 0 0.99 0.49 97.85 0.98 0.26
Hex 31 83 1 3F 0 63 31 62 62 1A
Octal 61 203 1 77 0 143 61 142 142 32
Binary 110001 10000011 1 111111 0 1100011 110001 1100010 1100010 11010

Color Harmonies of #318301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318301

Black with #318301

Text Example


Text Example

White with #318301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318301; }

 p { color: rgb(49,131,1); }

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

background-color css

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

 a { background-color: rgb(49,131,1); }

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

border-color css

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

 span { border-color: rgb(49,131,1); }

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