Html Css Color HEX #317901 Bilbao

📋 copy color: '#317901'

red 49 ◦ green 121 ◦ blue 1

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

Shades of Bilbao #317901

Tints of Bilbao #317901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 70.76%

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

R = 28.65%
G = 70.76%
B = 0.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#317901 (or 0x317901) is known color: Bilbao. HEX triplet: 31, 79 and 01. RGB value is (49,121,1). Sum of RGB (Red+Green+Blue) = 49+121+1=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 121 (47.66% from 255 or 70.76% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 121 - color contains mainly: green. Hex color #317901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317901 is #CE86FE. Grayscale: #565656. Windows color (decimal): -13534975 or 96561. OLE color: 96561.

HSL color Cylindrical-coordinate representation of color #317901: hue angle of 96º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #317901 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 1 -
CMYK 0.60 0 0.99 0.53
HSL 96º 0.98% 0.24% -
HSV(B) 96º 0.99% 0.47% -
XYZ 8.11 14.33 2.37 -
YUV 85.79 80.15 101.76 -
System Red Green Blue C M Y K H S L
Decimal 49 121 1 0.60 0 0.99 0.53 96 0.98 0.24
Hex 31 79 1 3C 0 63 35 60 62 18
Octal 61 171 1 74 0 143 65 140 142 30
Binary 110001 1111001 1 111100 0 1100011 110101 1100000 1100010 11000

Color Harmonies of #317901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317901

Black with #317901

Text Example


Text Example

White with #317901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317901; }

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

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

background-color css

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

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

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

border-color css

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

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

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