Html Css Color HEX #317D09 Bilbao

📋 copy color: '#317D09'

red 49 ◦ green 125 ◦ blue 9

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

Shades of Bilbao #317D09

Tints of Bilbao #317D09

RGB

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

 GREEN value IS 125 (49.22% from 255) = 68.31%

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

R = 26.78%
G = 68.31%
B = 4.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#317D09 (or 0x317D09) is known color: Bilbao. HEX triplet: 31, 7D and 09. RGB value is (49,125,9). Sum of RGB (Red+Green+Blue) = 49+125+9=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 125 (49.22% from 255 or 68.31% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 125 - color contains mainly: green. Hex color #317D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317D09 is #CE82F6. Grayscale: #595959. Windows color (decimal): -13533943 or 621873. OLE color: 621873.

HSL color Cylindrical-coordinate representation of color #317D09: hue angle of 99.31º degrees, saturation: 0.87, 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 #317D09 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 125 9 -
CMYK 0.61 0 0.93 0.51
HSL 99.31º 0.87% 0.26% -
HSV(B) 99.31º 0.93% 0.49% -
XYZ 8.65 15.34 2.76 -
YUV 89.05 82.82 99.43 -
System Red Green Blue C M Y K H S L
Decimal 49 125 9 0.61 0 0.93 0.51 99.31 0.87 0.26
Hex 31 7D 9 3D 0 5D 33 63 57 1A
Octal 61 175 11 75 0 135 63 143 127 32
Binary 110001 1111101 1001 111101 0 1011101 110011 1100011 1010111 11010

Color Harmonies of #317D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317D09

Black with #317D09

Text Example


Text Example

White with #317D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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