Html Css Color HEX #317C09 Bilbao

📋 copy color: '#317C09'

red 49 ◦ green 124 ◦ blue 9

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

Shades of Bilbao #317C09

Tints of Bilbao #317C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.95%

R = 26.92%
G = 68.13%
B = 4.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#317C09 (or 0x317C09) is known color: Bilbao. HEX triplet: 31, 7C and 09. RGB value is (49,124,9). Sum of RGB (Red+Green+Blue) = 49+124+9=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 124 (48.83% from 255 or 68.13% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 124 - color contains mainly: green. Hex color #317C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317C09 is #CE83F6. Grayscale: #585858. Windows color (decimal): -13534199 or 621617. OLE color: 621617.

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

Color convert

RGB 49 124 9 -
CMYK 0.60 0 0.93 0.51
HSL 99.13º 0.86% 0.26% -
HSV(B) 99.13º 0.93% 0.49% -
XYZ 8.52 15.09 2.72 -
YUV 88.47 83.15 99.85 -
System Red Green Blue C M Y K H S L
Decimal 49 124 9 0.60 0 0.93 0.51 99.13 0.86 0.26
Hex 31 7C 9 3C 0 5D 33 63 56 1A
Octal 61 174 11 74 0 135 63 143 126 32
Binary 110001 1111100 1001 111100 0 1011101 110011 1100011 1010110 11010

Color Harmonies of #317C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C09

Black with #317C09

Text Example


Text Example

White with #317C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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