Html Css Color HEX #317401 Bilbao

📋 copy color: '#317401'

red 49 ◦ green 116 ◦ blue 1

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

Shades of Bilbao #317401

Tints of Bilbao #317401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 69.88%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 29.52%
G = 69.88%
B = 0.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#317401 (or 0x317401) is known color: Bilbao. HEX triplet: 31, 74 and 01. RGB value is (49,116,1). Sum of RGB (Red+Green+Blue) = 49+116+1=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #317401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317401 is #CE8BFE. Grayscale: #535353. Windows color (decimal): -13536255 or 95281. OLE color: 95281.

HSL color Cylindrical-coordinate representation of color #317401: hue angle of 94.96º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #317401 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 1 -
CMYK 0.58 0 0.99 0.55
HSL 94.96º 0.98% 0.23% -
HSV(B) 94.96º 0.99% 0.45% -
XYZ 7.52 13.15 2.17 -
YUV 82.86 81.8 103.85 -
System Red Green Blue C M Y K H S L
Decimal 49 116 1 0.58 0 0.99 0.55 94.96 0.98 0.23
Hex 31 74 1 3A 0 63 37 5F 62 17
Octal 61 164 1 72 0 143 67 137 142 27
Binary 110001 1110100 1 111010 0 1100011 110111 1011111 1100010 10111

Color Harmonies of #317401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317401

Black with #317401

Text Example


Text Example

White with #317401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317401; }

 p { color: rgb(49,116,1); }

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

background-color css

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

 a { background-color: rgb(49,116,1); }

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

border-color css

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

 span { border-color: rgb(49,116,1); }

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