Html Css Color HEX #317707 Bilbao

📋 copy color: '#317707'

red 49 ◦ green 119 ◦ blue 7

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

Shades of Bilbao #317707

Tints of Bilbao #317707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4%

R = 28%
G = 68%
B = 4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#317707 (or 0x317707) is known color: Bilbao. HEX triplet: 31, 77 and 07. RGB value is (49,119,7). Sum of RGB (Red+Green+Blue) = 49+119+7=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #317707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317707 is #CE88F8. Grayscale: #555555. Windows color (decimal): -13535481 or 489265. OLE color: 489265.

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

Color convert

RGB 49 119 7 -
CMYK 0.59 0 0.94 0.53
HSL 97.5º 0.89% 0.25% -
HSV(B) 97.5º 0.94% 0.47% -
XYZ 7.9 13.86 2.46 -
YUV 85.3 83.81 102.11 -
System Red Green Blue C M Y K H S L
Decimal 49 119 7 0.59 0 0.94 0.53 97.5 0.89 0.25
Hex 31 77 7 3B 0 5E 35 62 59 19
Octal 61 167 7 73 0 136 65 142 131 31
Binary 110001 1110111 111 111011 0 1011110 110101 1100010 1011001 11001

Color Harmonies of #317707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317707

Black with #317707

Text Example


Text Example

White with #317707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317707; }

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

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

background-color css

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

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

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

border-color css

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

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

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