Html Css Color HEX #317F15 Bilbao

📋 copy color: '#317F15'

red 49 ◦ green 127 ◦ blue 21

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

Shades of Bilbao #317F15

Tints of Bilbao #317F15

RGB

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

 GREEN value IS 127 (50% from 255) = 64.47%

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

R = 24.87%
G = 64.47%
B = 10.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#317F15 (or 0x317F15) is known color: Bilbao. HEX triplet: 31, 7F and 15. RGB value is (49,127,21). Sum of RGB (Red+Green+Blue) = 49+127+21=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 127 (50% from 255 or 64.47% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 127 - color contains mainly: green. Hex color #317F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317F15 is #CE80EA. Grayscale: #5B5B5B. Windows color (decimal): -13533419 or 1408817. OLE color: 1408817.

HSL color Cylindrical-coordinate representation of color #317F15: hue angle of 104.15º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #317F15 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 127 21 -
CMYK 0.61 0 0.83 0.50
HSL 104.15º 0.72% 0.29% -
HSV(B) 104.15º 0.83% 0.5% -
XYZ 8.99 15.89 3.3 -
YUV 91.59 88.16 97.62 -
System Red Green Blue C M Y K H S L
Decimal 49 127 21 0.61 0 0.83 0.50 104.15 0.72 0.29
Hex 31 7F 15 3D 0 53 32 68 48 1D
Octal 61 177 25 75 0 123 62 150 110 35
Binary 110001 1111111 10101 111101 0 1010011 110010 1101000 1001000 11101

Color Harmonies of #317F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F15

Black with #317F15

Text Example


Text Example

White with #317F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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