Html Css Color HEX #31771F Bilbao

📋 copy color: '#31771F'

red 49 ◦ green 119 ◦ blue 31

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

Shades of Bilbao #31771F

Tints of Bilbao #31771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 24.62%
G = 59.8%
B = 15.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#31771F (or 0x31771F) is known color: Bilbao. HEX triplet: 31, 77 and 1F. RGB value is (49,119,31). Sum of RGB (Red+Green+Blue) = 49+119+31=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #31771F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31771F is #CE88E0. Grayscale: #585858. Windows color (decimal): -13535457 or 2062129. OLE color: 2062129.

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

Color convert

RGB 49 119 31 -
CMYK 0.59 0 0.74 0.53
HSL 107.73º 0.59% 0.29% -
HSV(B) 107.73º 0.74% 0.47% -
XYZ 8.11 13.95 3.56 -
YUV 88.04 95.81 100.16 -
System Red Green Blue C M Y K H S L
Decimal 49 119 31 0.59 0 0.74 0.53 107.73 0.59 0.29
Hex 31 77 1F 3B 0 4A 35 6C 3B 1D
Octal 61 167 37 73 0 112 65 154 73 35
Binary 110001 1110111 11111 111011 0 1001010 110101 1101100 111011 11101

Color Harmonies of #31771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31771F

Black with #31771F

Text Example


Text Example

White with #31771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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