Html Css Color HEX #317F19 Bilbao

📋 copy color: '#317F19'

red 49 ◦ green 127 ◦ blue 25

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

Shades of Bilbao #317F19

Tints of Bilbao #317F19

RGB

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

 GREEN value IS 127 (50% from 255) = 63.18%

 BLUE value IS 25 (10.16% from 255) = 12.44%

R = 24.38%
G = 63.18%
B = 12.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#317F19 (or 0x317F19) is known color: Bilbao. HEX triplet: 31, 7F and 19. RGB value is (49,127,25). Sum of RGB (Red+Green+Blue) = 49+127+25=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #317F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317F19 is #CE80E6. Grayscale: #5C5C5C. Windows color (decimal): -13533415 or 1670961. OLE color: 1670961.

HSL color Cylindrical-coordinate representation of color #317F19: hue angle of 105.88º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317F19 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 127 25 -
CMYK 0.61 0 0.80 0.50
HSL 105.88º 0.67% 0.3% -
HSV(B) 105.88º 0.8% 0.5% -
XYZ 9.03 15.9 3.51 -
YUV 92.05 90.16 97.29 -
System Red Green Blue C M Y K H S L
Decimal 49 127 25 0.61 0 0.80 0.50 105.88 0.67 0.3
Hex 31 7F 19 3D 0 50 32 6A 43 1E
Octal 61 177 31 75 0 120 62 152 103 36
Binary 110001 1111111 11001 111101 0 1010000 110010 1101010 1000011 11110

Color Harmonies of #317F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F19

Black with #317F19

Text Example


Text Example

White with #317F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,127,25); }

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

background-color css

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

 a { background-color: rgb(49,127,25); }

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

border-color css

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

 span { border-color: rgb(49,127,25); }

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