Html Css Color HEX #317119 Bilbao

📋 copy color: '#317119'

red 49 ◦ green 113 ◦ blue 25

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

Shades of Bilbao #317119

Tints of Bilbao #317119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.43%

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 26.2%
G = 60.43%
B = 13.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#317119 (or 0x317119) is known color: Bilbao. HEX triplet: 31, 71 and 19. RGB value is (49,113,25). Sum of RGB (Red+Green+Blue) = 49+113+25=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #317119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317119 is #CE8EE6. Grayscale: #545454. Windows color (decimal): -13536999 or 1667377. OLE color: 1667377.

HSL color Cylindrical-coordinate representation of color #317119: hue angle of 103.64º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317119 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 25 -
CMYK 0.57 0 0.78 0.56
HSL 103.64º 0.64% 0.27% -
HSV(B) 103.64º 0.78% 0.44% -
XYZ 7.35 12.53 2.95 -
YUV 83.83 94.8 103.16 -
System Red Green Blue C M Y K H S L
Decimal 49 113 25 0.57 0 0.78 0.56 103.64 0.64 0.27
Hex 31 71 19 39 0 4E 38 68 40 1B
Octal 61 161 31 71 0 116 70 150 100 33
Binary 110001 1110001 11001 111001 0 1001110 111000 1101000 1000000 11011

Color Harmonies of #317119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317119

Black with #317119

Text Example


Text Example

White with #317119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317119; }

 p { color: rgb(49,113,25); }

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

background-color css

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

 a { background-color: rgb(49,113,25); }

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

border-color css

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

 span { border-color: rgb(49,113,25); }

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