Html Css Color HEX #316717 Bilbao

📋 copy color: '#316717'

red 49 ◦ green 103 ◦ blue 23

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

Shades of Bilbao #316717

Tints of Bilbao #316717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 58.86%

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

R = 28%
G = 58.86%
B = 13.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#316717 (or 0x316717) is known color: Bilbao. HEX triplet: 31, 67 and 17. RGB value is (49,103,23). Sum of RGB (Red+Green+Blue) = 49+103+23=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #316717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316717 is #CE98E8. Grayscale: #4E4E4E. Windows color (decimal): -13539561 or 1533745. OLE color: 1533745.

HSL color Cylindrical-coordinate representation of color #316717: hue angle of 100.5º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #316717 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 23 -
CMYK 0.52 0 0.78 0.60
HSL 100.5º 0.63% 0.25% -
HSV(B) 100.5º 0.78% 0.4% -
XYZ 6.27 10.42 2.49 -
YUV 77.73 97.11 107.5 -
System Red Green Blue C M Y K H S L
Decimal 49 103 23 0.52 0 0.78 0.60 100.5 0.63 0.25
Hex 31 67 17 34 0 4E 3C 64 3F 19
Octal 61 147 27 64 0 116 74 144 77 31
Binary 110001 1100111 10111 110100 0 1001110 111100 1100100 111111 11001

Color Harmonies of #316717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316717

Black with #316717

Text Example


Text Example

White with #316717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316717; }

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

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

background-color css

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

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

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

border-color css

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

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

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