Html Css Color HEX #317400 Bilbao

📋 copy color: '#317400'

red 49 ◦ green 116 ◦ blue 0

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

Shades of Bilbao #317400

Tints of Bilbao #317400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.7%
G = 70.3%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#317400 (or 0x317400) is known color: Bilbao. HEX triplet: 31, 74 and 00. RGB value is (49,116,0). Sum of RGB (Red+Green+Blue) = 49+116+0=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 116 (45.70% from 255 or 70.30% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 116 - color contains mainly: green. Hex color #317400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317400 is #CE8BFF. Grayscale: #535353. Windows color (decimal): -13536256 or 29745. OLE color: 29745.

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

Color convert

RGB 49 116 0 -
CMYK 0.58 0 1 0.55
HSL 94.66º 1% 0.23% -
HSV(B) 94.66º 1% 0.45% -
XYZ 7.51 13.14 2.14 -
YUV 82.74 81.3 103.93 -
System Red Green Blue C M Y K H S L
Decimal 49 116 0 0.58 0 1 0.55 94.66 1 0.23
Hex 31 74 0 3A 0 64 37 5F 64 17
Octal 61 164 0 72 0 144 67 137 144 27
Binary 110001 1110100 0 111010 0 1100100 110111 1011111 1100100 10111

Color Harmonies of #317400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317400

Black with #317400

Text Example


Text Example

White with #317400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317400; }

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

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

background-color css

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

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

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

border-color css

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

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

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