Html Css Color HEX #317A01 Bilbao

📋 copy color: '#317A01'

red 49 ◦ green 122 ◦ blue 1

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

Shades of Bilbao #317A01

Tints of Bilbao #317A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 70.93%

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

R = 28.49%
G = 70.93%
B = 0.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#317A01 (or 0x317A01) is known color: Bilbao. HEX triplet: 31, 7A and 01. RGB value is (49,122,1). Sum of RGB (Red+Green+Blue) = 49+122+1=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 122 (48.05% from 255 or 70.93% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 122 - color contains mainly: green. Hex color #317A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317A01 is #CE85FE. Grayscale: #565656. Windows color (decimal): -13534719 or 96817. OLE color: 96817.

HSL color Cylindrical-coordinate representation of color #317A01: hue angle of 96.2º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #317A01 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 122 1 -
CMYK 0.60 0 0.99 0.52
HSL 96.2º 0.98% 0.24% -
HSV(B) 96.2º 0.99% 0.48% -
XYZ 8.23 14.57 2.41 -
YUV 86.38 79.82 101.34 -
System Red Green Blue C M Y K H S L
Decimal 49 122 1 0.60 0 0.99 0.52 96.2 0.98 0.24
Hex 31 7A 1 3C 0 63 34 60 62 18
Octal 61 172 1 74 0 143 64 140 142 30
Binary 110001 1111010 1 111100 0 1100011 110100 1100000 1100010 11000

Color Harmonies of #317A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317A01

Black with #317A01

Text Example


Text Example

White with #317A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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