Html Css Color HEX #317004 Bilbao

📋 copy color: '#317004'

red 49 ◦ green 112 ◦ blue 4

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

Shades of Bilbao #317004

Tints of Bilbao #317004

RGB

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

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

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

R = 29.7%
G = 67.88%
B = 2.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#317004 (or 0x317004) is known color: Bilbao. HEX triplet: 31, 70 and 04. RGB value is (49,112,4). Sum of RGB (Red+Green+Blue) = 49+112+4=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #317004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317004 is #CE8FFB. Grayscale: #515151. Windows color (decimal): -13537276 or 290865. OLE color: 290865.

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

Color convert

RGB 49 112 4 -
CMYK 0.56 0 0.96 0.56
HSL 95º 0.93% 0.23% -
HSV(B) 95º 0.96% 0.44% -
XYZ 7.08 12.25 2.11 -
YUV 80.85 84.63 105.28 -
System Red Green Blue C M Y K H S L
Decimal 49 112 4 0.56 0 0.96 0.56 95 0.93 0.23
Hex 31 70 4 38 0 60 38 5F 5D 17
Octal 61 160 4 70 0 140 70 137 135 27
Binary 110001 1110000 100 111000 0 1100000 111000 1011111 1011101 10111

Color Harmonies of #317004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317004

Black with #317004

Text Example


Text Example

White with #317004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317004; }

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

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

background-color css

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

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

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

border-color css

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

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

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