Html Css Color HEX #317003 Bilbao

📋 copy color: '#317003'

red 49 ◦ green 112 ◦ blue 3

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

Shades of Bilbao #317003

Tints of Bilbao #317003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.83%

R = 29.88%
G = 68.29%
B = 1.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#317003 (or 0x317003) is known color: Bilbao. HEX triplet: 31, 70 and 03. RGB value is (49,112,3). Sum of RGB (Red+Green+Blue) = 49+112+3=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #317003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317003 is #CE8FFC. Grayscale: #515151. Windows color (decimal): -13537277 or 225329. OLE color: 225329.

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

Color convert

RGB 49 112 3 -
CMYK 0.56 0 0.97 0.56
HSL 94.68º 0.95% 0.23% -
HSV(B) 94.68º 0.97% 0.44% -
XYZ 7.08 12.25 2.08 -
YUV 80.74 84.13 105.36 -
System Red Green Blue C M Y K H S L
Decimal 49 112 3 0.56 0 0.97 0.56 94.68 0.95 0.23
Hex 31 70 3 38 0 61 38 5F 5F 17
Octal 61 160 3 70 0 141 70 137 137 27
Binary 110001 1110000 11 111000 0 1100001 111000 1011111 1011111 10111

Color Harmonies of #317003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317003

Black with #317003

Text Example


Text Example

White with #317003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317003; }

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

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

background-color css

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

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

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

border-color css

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

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

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