Html Css Color HEX #317517 Bilbao

📋 copy color: '#317517'

red 49 ◦ green 117 ◦ blue 23

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

Shades of Bilbao #317517

Tints of Bilbao #317517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.9%

 BLUE value IS 23 (9.38% from 255) = 12.17%

R = 25.93%
G = 61.9%
B = 12.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#317517 (or 0x317517) is known color: Bilbao. HEX triplet: 31, 75 and 17. RGB value is (49,117,23). Sum of RGB (Red+Green+Blue) = 49+117+23=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #317517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317517 is #CE8AE8. Grayscale: #565656. Windows color (decimal): -13535977 or 1537329. OLE color: 1537329.

HSL color Cylindrical-coordinate representation of color #317517: hue angle of 103.4º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317517 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 23 -
CMYK 0.58 0 0.80 0.54
HSL 103.4º 0.67% 0.27% -
HSV(B) 103.4º 0.8% 0.46% -
XYZ 7.78 13.44 2.99 -
YUV 85.95 92.47 101.64 -
System Red Green Blue C M Y K H S L
Decimal 49 117 23 0.58 0 0.80 0.54 103.4 0.67 0.27
Hex 31 75 17 3A 0 50 36 67 43 1B
Octal 61 165 27 72 0 120 66 147 103 33
Binary 110001 1110101 10111 111010 0 1010000 110110 1100111 1000011 11011

Color Harmonies of #317517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317517

Black with #317517

Text Example


Text Example

White with #317517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317517; }

 p { color: rgb(49,117,23); }

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

background-color css

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

 a { background-color: rgb(49,117,23); }

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

border-color css

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

 span { border-color: rgb(49,117,23); }

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