Html Css Color HEX #317000 Bilbao

📋 copy color: '#317000'

red 49 ◦ green 112 ◦ blue 0

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

Shades of Bilbao #317000

Tints of Bilbao #317000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 69.57%

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

R = 30.43%
G = 69.57%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#317000 (or 0x317000) is known color: Bilbao. HEX triplet: 31, 70 and 00. RGB value is (49,112,0). Sum of RGB (Red+Green+Blue) = 49+112+0=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #317000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317000 is #CE8FFF. Grayscale: #505050. Windows color (decimal): -13537280 or 28721. OLE color: 28721.

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

Color convert

RGB 49 112 0 -
CMYK 0.56 0 1 0.56
HSL 93.75º 1% 0.22% -
HSV(B) 93.75º 1% 0.44% -
XYZ 7.06 12.24 1.99 -
YUV 80.4 82.63 105.61 -
System Red Green Blue C M Y K H S L
Decimal 49 112 0 0.56 0 1 0.56 93.75 1 0.22
Hex 31 70 0 38 0 64 38 5E 64 16
Octal 61 160 0 70 0 144 70 136 144 26
Binary 110001 1110000 0 111000 0 1100100 111000 1011110 1100100 10110

Color Harmonies of #317000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317000

Black with #317000

Text Example


Text Example

White with #317000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317000; }

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

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

background-color css

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

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

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

border-color css

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

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

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