Html Css Color HEX #317515 Bilbao

📋 copy color: '#317515'

red 49 ◦ green 117 ◦ blue 21

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

Shades of Bilbao #317515

Tints of Bilbao #317515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.23%

R = 26.2%
G = 62.57%
B = 11.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#317515 (or 0x317515) is known color: Bilbao. HEX triplet: 31, 75 and 15. RGB value is (49,117,21). Sum of RGB (Red+Green+Blue) = 49+117+21=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #317515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317515 is #CE8AEA. Grayscale: #565656. Windows color (decimal): -13535979 or 1406257. OLE color: 1406257.

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

Color convert

RGB 49 117 21 -
CMYK 0.58 0 0.82 0.54
HSL 102.5º 0.7% 0.27% -
HSV(B) 102.5º 0.82% 0.46% -
XYZ 7.76 13.43 2.89 -
YUV 85.72 91.47 101.81 -
System Red Green Blue C M Y K H S L
Decimal 49 117 21 0.58 0 0.82 0.54 102.5 0.7 0.27
Hex 31 75 15 3A 0 52 36 66 46 1B
Octal 61 165 25 72 0 122 66 146 106 33
Binary 110001 1110101 10101 111010 0 1010010 110110 1100110 1000110 11011

Color Harmonies of #317515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317515

Black with #317515

Text Example


Text Example

White with #317515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317515; }

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

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

background-color css

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

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

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

border-color css

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

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

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