Html Css Color HEX #317C04 Bilbao

📋 copy color: '#317C04'

red 49 ◦ green 124 ◦ blue 4

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

Shades of Bilbao #317C04

Tints of Bilbao #317C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 70.06%

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 27.68%
G = 70.06%
B = 2.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#317C04 (or 0x317C04) is known color: Bilbao. HEX triplet: 31, 7C and 04. RGB value is (49,124,4). Sum of RGB (Red+Green+Blue) = 49+124+4=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #317C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317C04 is #CE83FB. Grayscale: #585858. Windows color (decimal): -13534204 or 293937. OLE color: 293937.

HSL color Cylindrical-coordinate representation of color #317C04: hue angle of 97.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #317C04 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 124 4 -
CMYK 0.60 0 0.97 0.51
HSL 97.5º 0.94% 0.25% -
HSV(B) 97.5º 0.97% 0.49% -
XYZ 8.5 15.08 2.58 -
YUV 87.9 80.65 100.26 -
System Red Green Blue C M Y K H S L
Decimal 49 124 4 0.60 0 0.97 0.51 97.5 0.94 0.25
Hex 31 7C 4 3C 0 61 33 62 5E 19
Octal 61 174 4 74 0 141 63 142 136 31
Binary 110001 1111100 100 111100 0 1100001 110011 1100010 1011110 11001

Color Harmonies of #317C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C04

Black with #317C04

Text Example


Text Example

White with #317C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,124,4); }

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

background-color css

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

 a { background-color: rgb(49,124,4); }

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

border-color css

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

 span { border-color: rgb(49,124,4); }

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