Html Css Color HEX #317705 Bilbao

📋 copy color: '#317705'

red 49 ◦ green 119 ◦ blue 5

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

Shades of Bilbao #317705

Tints of Bilbao #317705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 68.79%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 28.32%
G = 68.79%
B = 2.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#317705 (or 0x317705) is known color: Bilbao. HEX triplet: 31, 77 and 05. RGB value is (49,119,5). Sum of RGB (Red+Green+Blue) = 49+119+5=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 119 (46.88% from 255 or 68.79% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 119 - color contains mainly: green. Hex color #317705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317705 is #CE88FA. Grayscale: #555555. Windows color (decimal): -13535483 or 358193. OLE color: 358193.

HSL color Cylindrical-coordinate representation of color #317705: hue angle of 96.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #317705 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 5 -
CMYK 0.59 0 0.96 0.53
HSL 96.84º 0.92% 0.24% -
HSV(B) 96.84º 0.96% 0.47% -
XYZ 7.89 13.86 2.4 -
YUV 85.07 82.81 102.27 -
System Red Green Blue C M Y K H S L
Decimal 49 119 5 0.59 0 0.96 0.53 96.84 0.92 0.24
Hex 31 77 5 3B 0 60 35 61 5C 18
Octal 61 167 5 73 0 140 65 141 134 30
Binary 110001 1110111 101 111011 0 1100000 110101 1100001 1011100 11000

Color Harmonies of #317705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317705

Black with #317705

Text Example


Text Example

White with #317705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317705; }

 p { color: rgb(49,119,5); }

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

background-color css

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

 a { background-color: rgb(49,119,5); }

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

border-color css

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

 span { border-color: rgb(49,119,5); }

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