Html Css Color HEX #317C1B Bilbao

📋 copy color: '#317C1B'

red 49 ◦ green 124 ◦ blue 27

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

Shades of Bilbao #317C1B

Tints of Bilbao #317C1B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 62%

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 24.5%
G = 62%
B = 13.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#317C1B (or 0x317C1B) is known color: Bilbao. HEX triplet: 31, 7C and 1B. RGB value is (49,124,27). Sum of RGB (Red+Green+Blue) = 49+124+27=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #317C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317C1B is #CE83E4. Grayscale: #5A5A5A. Windows color (decimal): -13534181 or 1801265. OLE color: 1801265.

HSL color Cylindrical-coordinate representation of color #317C1B: hue angle of 106.39º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317C1B is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 124 27 -
CMYK 0.60 0 0.78 0.51
HSL 106.39º 0.64% 0.3% -
HSV(B) 106.39º 0.78% 0.49% -
XYZ 8.67 15.15 3.5 -
YUV 90.52 92.15 98.39 -
System Red Green Blue C M Y K H S L
Decimal 49 124 27 0.60 0 0.78 0.51 106.39 0.64 0.3
Hex 31 7C 1B 3C 0 4E 33 6A 40 1E
Octal 61 174 33 74 0 116 63 152 100 36
Binary 110001 1111100 11011 111100 0 1001110 110011 1101010 1000000 11110

Color Harmonies of #317C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C1B

Black with #317C1B

Text Example


Text Example

White with #317C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,124,27); }

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

background-color css

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

 a { background-color: rgb(49,124,27); }

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

border-color css

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

 span { border-color: rgb(49,124,27); }

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