Html Css Color HEX #317307 Bilbao

📋 copy color: '#317307'

red 49 ◦ green 115 ◦ blue 7

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

Shades of Bilbao #317307

Tints of Bilbao #317307

RGB

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

 GREEN value IS 115 (45.31% from 255) = 67.25%

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

R = 28.65%
G = 67.25%
B = 4.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#317307 (or 0x317307) is known color: Bilbao. HEX triplet: 31, 73 and 07. RGB value is (49,115,7). Sum of RGB (Red+Green+Blue) = 49+115+7=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 115 (45.31% from 255 or 67.25% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 115 - color contains mainly: green. Hex color #317307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317307 is #CE8CF8. Grayscale: #535353. Windows color (decimal): -13536505 or 488241. OLE color: 488241.

HSL color Cylindrical-coordinate representation of color #317307: hue angle of 96.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #317307 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 7 -
CMYK 0.57 0 0.94 0.55
HSL 96.67º 0.89% 0.24% -
HSV(B) 96.67º 0.94% 0.45% -
XYZ 7.44 12.93 2.3 -
YUV 82.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 49 115 7 0.57 0 0.94 0.55 96.67 0.89 0.24
Hex 31 73 7 39 0 5E 37 61 59 18
Octal 61 163 7 71 0 136 67 141 131 30
Binary 110001 1110011 111 111001 0 1011110 110111 1100001 1011001 11000

Color Harmonies of #317307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317307

Black with #317307

Text Example


Text Example

White with #317307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317307; }

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

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

background-color css

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

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

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

border-color css

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

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

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