Html Css Color HEX #317409 Bilbao

📋 copy color: '#317409'

red 49 ◦ green 116 ◦ blue 9

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

Shades of Bilbao #317409

Tints of Bilbao #317409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 66.67%

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

R = 28.16%
G = 66.67%
B = 5.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#317409 (or 0x317409) is known color: Bilbao. HEX triplet: 31, 74 and 09. RGB value is (49,116,9). Sum of RGB (Red+Green+Blue) = 49+116+9=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #317409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317409 is #CE8BF6. Grayscale: #545454. Windows color (decimal): -13536247 or 619569. OLE color: 619569.

HSL color Cylindrical-coordinate representation of color #317409: hue angle of 97.57º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #317409 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 9 -
CMYK 0.58 0 0.92 0.55
HSL 97.57º 0.86% 0.25% -
HSV(B) 97.57º 0.92% 0.45% -
XYZ 7.56 13.16 2.4 -
YUV 83.77 85.8 103.2 -
System Red Green Blue C M Y K H S L
Decimal 49 116 9 0.58 0 0.92 0.55 97.57 0.86 0.25
Hex 31 74 9 3A 0 5C 37 62 56 19
Octal 61 164 11 72 0 134 67 142 126 31
Binary 110001 1110100 1001 111010 0 1011100 110111 1100010 1010110 11001

Color Harmonies of #317409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317409

Black with #317409

Text Example


Text Example

White with #317409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317409; }

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

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

background-color css

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

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

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

border-color css

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

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

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