Html Css Color HEX #317E04 Bilbao

📋 copy color: '#317E04'

red 49 ◦ green 126 ◦ blue 4

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

Shades of Bilbao #317E04

Tints of Bilbao #317E04

RGB

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

 GREEN value IS 126 (49.61% from 255) = 70.39%

 BLUE value IS 4 (1.95% from 255) = 2.23%

R = 27.37%
G = 70.39%
B = 2.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#317E04 (or 0x317E04) is known color: Bilbao. HEX triplet: 31, 7E and 04. RGB value is (49,126,4). Sum of RGB (Red+Green+Blue) = 49+126+4=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 126 (49.61% from 255 or 70.39% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 126 - color contains mainly: green. Hex color #317E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317E04 is #CE81FB. Grayscale: #595959. Windows color (decimal): -13533692 or 294449. OLE color: 294449.

HSL color Cylindrical-coordinate representation of color #317E04: hue angle of 97.87º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #317E04 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 126 4 -
CMYK 0.61 0 0.97 0.51
HSL 97.87º 0.94% 0.25% -
HSV(B) 97.87º 0.97% 0.49% -
XYZ 8.75 15.58 2.66 -
YUV 89.07 79.99 99.42 -
System Red Green Blue C M Y K H S L
Decimal 49 126 4 0.61 0 0.97 0.51 97.87 0.94 0.25
Hex 31 7E 4 3D 0 61 33 62 5E 19
Octal 61 176 4 75 0 141 63 142 136 31
Binary 110001 1111110 100 111101 0 1100001 110011 1100010 1011110 11001

Color Harmonies of #317E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E04

Black with #317E04

Text Example


Text Example

White with #317E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317E04; }

 p { color: rgb(49,126,4); }

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

background-color css

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

 a { background-color: rgb(49,126,4); }

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

border-color css

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

 span { border-color: rgb(49,126,4); }

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