Html Css Color HEX #31761D Bilbao

📋 copy color: '#31761D'

red 49 ◦ green 118 ◦ blue 29

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

Shades of Bilbao #31761D

Tints of Bilbao #31761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.2%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 25%
G = 60.2%
B = 14.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#31761D (or 0x31761D) is known color: Bilbao. HEX triplet: 31, 76 and 1D. RGB value is (49,118,29). Sum of RGB (Red+Green+Blue) = 49+118+29=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #31761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31761D is #CE89E2. Grayscale: #575757. Windows color (decimal): -13535715 or 1930801. OLE color: 1930801.

HSL color Cylindrical-coordinate representation of color #31761D: hue angle of 106.52º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31761D is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 29 -
CMYK 0.58 0 0.75 0.54
HSL 106.52º 0.61% 0.29% -
HSV(B) 106.52º 0.75% 0.46% -
XYZ 7.97 13.7 3.39 -
YUV 87.22 95.14 100.74 -
System Red Green Blue C M Y K H S L
Decimal 49 118 29 0.58 0 0.75 0.54 106.52 0.61 0.29
Hex 31 76 1D 3A 0 4B 36 6B 3D 1D
Octal 61 166 35 72 0 113 66 153 75 35
Binary 110001 1110110 11101 111010 0 1001011 110110 1101011 111101 11101

Color Harmonies of #31761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31761D

Black with #31761D

Text Example


Text Example

White with #31761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31761D; }

 p { color: rgb(49,118,29); }

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

background-color css

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

 a { background-color: rgb(49,118,29); }

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

border-color css

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

 span { border-color: rgb(49,118,29); }

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