Html Css Color HEX #317602 Bilbao

📋 copy color: '#317602'

red 49 ◦ green 118 ◦ blue 2

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

Shades of Bilbao #317602

Tints of Bilbao #317602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 69.82%

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 28.99%
G = 69.82%
B = 1.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#317602 (or 0x317602) is known color: Bilbao. HEX triplet: 31, 76 and 02. RGB value is (49,118,2). Sum of RGB (Red+Green+Blue) = 49+118+2=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #317602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317602 is #CE89FD. Grayscale: #545454. Windows color (decimal): -13535742 or 161329. OLE color: 161329.

HSL color Cylindrical-coordinate representation of color #317602: hue angle of 95.69º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #317602 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 2 -
CMYK 0.58 0 0.98 0.54
HSL 95.69º 0.97% 0.24% -
HSV(B) 95.69º 0.98% 0.46% -
XYZ 7.76 13.61 2.28 -
YUV 84.15 81.64 102.93 -
System Red Green Blue C M Y K H S L
Decimal 49 118 2 0.58 0 0.98 0.54 95.69 0.97 0.24
Hex 31 76 2 3A 0 62 36 60 61 18
Octal 61 166 2 72 0 142 66 140 141 30
Binary 110001 1110110 10 111010 0 1100010 110110 1100000 1100001 11000

Color Harmonies of #317602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317602

Black with #317602

Text Example


Text Example

White with #317602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317602; }

 p { color: rgb(49,118,2); }

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

background-color css

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

 a { background-color: rgb(49,118,2); }

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

border-color css

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

 span { border-color: rgb(49,118,2); }

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