Html Css Color HEX #317006 Bilbao

📋 copy color: '#317006'

red 49 ◦ green 112 ◦ blue 6

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

Shades of Bilbao #317006

Tints of Bilbao #317006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 29.34%
G = 67.07%
B = 3.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#317006 (or 0x317006) is known color: Bilbao. HEX triplet: 31, 70 and 06. RGB value is (49,112,6). Sum of RGB (Red+Green+Blue) = 49+112+6=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #317006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317006 is #CE8FF9. Grayscale: #515151. Windows color (decimal): -13537274 or 421937. OLE color: 421937.

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

Color convert

RGB 49 112 6 -
CMYK 0.56 0 0.95 0.56
HSL 95.66º 0.9% 0.23% -
HSV(B) 95.66º 0.95% 0.44% -
XYZ 7.09 12.25 2.16 -
YUV 81.08 85.63 105.12 -
System Red Green Blue C M Y K H S L
Decimal 49 112 6 0.56 0 0.95 0.56 95.66 0.9 0.23
Hex 31 70 6 38 0 5F 38 60 5A 17
Octal 61 160 6 70 0 137 70 140 132 27
Binary 110001 1110000 110 111000 0 1011111 111000 1100000 1011010 10111

Color Harmonies of #317006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317006

Black with #317006

Text Example


Text Example

White with #317006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317006; }

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

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

background-color css

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

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

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

border-color css

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

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

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