Html Css Color HEX #317C08 Bilbao

📋 copy color: '#317C08'

red 49 ◦ green 124 ◦ blue 8

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

Shades of Bilbao #317C08

Tints of Bilbao #317C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 27.07%
G = 68.51%
B = 4.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#317C08 (or 0x317C08) is known color: Bilbao. HEX triplet: 31, 7C and 08. RGB value is (49,124,8). Sum of RGB (Red+Green+Blue) = 49+124+8=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 124 (48.83% from 255 or 68.51% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 124 - color contains mainly: green. Hex color #317C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317C08 is #CE83F7. Grayscale: #585858. Windows color (decimal): -13534200 or 556081. OLE color: 556081.

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

Color convert

RGB 49 124 8 -
CMYK 0.60 0 0.94 0.51
HSL 98.79º 0.88% 0.26% -
HSV(B) 98.79º 0.94% 0.49% -
XYZ 8.52 15.09 2.69 -
YUV 88.35 82.65 99.93 -
System Red Green Blue C M Y K H S L
Decimal 49 124 8 0.60 0 0.94 0.51 98.79 0.88 0.26
Hex 31 7C 8 3C 0 5E 33 63 58 1A
Octal 61 174 10 74 0 136 63 143 130 32
Binary 110001 1111100 1000 111100 0 1011110 110011 1100011 1011000 11010

Color Harmonies of #317C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C08

Black with #317C08

Text Example


Text Example

White with #317C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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